Skip to content

Commit

Permalink
Merge pull request #394 from lovyan03/develop
Browse files Browse the repository at this point in the history
1.1.6
  • Loading branch information
lovyan03 committed Apr 27, 2023
2 parents 43f2165 + 7dc99db commit 8be80cb
Show file tree
Hide file tree
Showing 61 changed files with 5,478 additions and 189 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/PlatformioBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- esp32
- esp32-s2
- esp32-s3
- esp32-c3
- m5stick-c
- m5stack-core-esp32
- m5stack-core2
Expand All @@ -41,6 +42,7 @@ jobs:
- default

exclude:
- { board: esp32-c3, platform-version: 1.0.6 }
- { board: esp32-s3, platform-version: 1.0.6 }
- { board: esp32-s3, platform-version: default } # 2.0.5 => esp32s3/include/newlib/platform_include/assert.h:20:10: fatal error: sdkconfig.h: No such file or directory
- { board: esp32-s2, platform-version: 1.0.6 }
Expand All @@ -49,6 +51,7 @@ jobs:
- board: esp32
- board: esp32-s2
- board: esp32-s3
- board: esp32-c3
- board: m5stick-c
- board: m5stack-core-esp32
- board: m5stack-core2
Expand Down
24 changes: 24 additions & 0 deletions examples/Advanced/LVGL_PlatformIO/platformio.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
; 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:m5stack-core2]
platform = espressif32
board = m5stack-core2
framework = arduino
monitor_speed = 115200
build_flags =
-Isrc/
-DLV_CONF_INCLUDE_SIMPLE
-DLV_DEMO_CONF_INCLUDE_SIMPLE
-DLV_USE_DEMO_BENCHMARK
lib_deps =
lovyan03/LovyanGFX
lvgl/lvgl@^8.3.4
lvgl/lv_demos@^8.1.0

0 comments on commit 8be80cb

Please sign in to comment.