-
-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #394 from lovyan03/develop
1.1.6
- Loading branch information
Showing
61 changed files
with
5,478 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.