This commit is contained in:
tang1219
2026-06-12 17:03:10 +08:00
parent e488cd3216
commit 9eaffcc9ff
31 changed files with 6829 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
; 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