mirror of
https://github.com/m5stack/lv_m5_emulator.git
synced 2026-05-20 11:19:24 -07:00
Add env for M5 Dial board
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
.pio
|
||||
.vscode
|
||||
|
||||
.idea/
|
||||
.DS_Store
|
||||
|
||||
+12
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user