Add env for M5 Dial board

This commit is contained in:
Amitosh Swain Mahapatra
2025-02-12 10:51:34 +05:30
parent f7cc52e18c
commit bc3b4e5513
2 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
.pio
.vscode
.idea/
.DS_Store
+12 -1
View File
@@ -26,7 +26,7 @@ build_flags =
; SDL2 includes, uncomment the next two lines on MAC OS if you intalled sdl via homebrew
; !pkg-config --cflags SDL2
; !pkg-config --libs SDL2
lib_deps =
lib_deps =
https://github.com/m5stack/M5GFX#develop
lvgl=https://github.com/lvgl/lvgl/archive/refs/tags/v8.3.0.zip ; lvgl v8
; lvgl=https://github.com/lvgl/lvgl#master ; lvgl v9
@@ -154,3 +154,14 @@ build_flags =
build_src_filter =
+<*>
+<../.pio/libdeps/emulator_Dial/lvgl/demos>
[env:board_Dial]
platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino
build_flags =
${env.build_flags}
-D M5GFX_BOARD=board_Dial
build_src_filter =
+<*>
+<../.pio/libdeps/board_Dial/lvgl/demos>