; PlatformIO Project Configuration File ; ; Build options: build flags, source filter ; Upload options: custom upload port, speed and extra flags ; Library options: dependencies, extra library storages ; Advanced options: extra scripting ; ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html [env:seeed_xiao_esp32s3] platform = espressif32 board = seeed_xiao_esp32s3 framework = espidf ; OTA 分区表(与 sdkconfig.defaults 中的 flash 大小保持一致) board_build.partitions = partitions_8mb.csv ; LVGL 显示框架 lib_deps = lvgl/lvgl@^8.4.0 ; 确保 LVGL 找到 lv_conf.h (include/ 目录 + 项目根目录) ; 字体宏直接定义兜底,防止配置未生效 build_flags = -D LV_CONF_INCLUDE_SIMPLE -I include