File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -433,6 +433,7 @@ The platformio.ini file below supports all the boards. This is useful when runni
433433# default_envs = esp32-8048S070C
434434# default_envs = esp32-8048S070N
435435# default_envs = esp32-8048S070R
436+ # default_envs = esp32-s3touchlcd7
436437
437438[env]
438439platform = espressif32
@@ -548,6 +549,9 @@ board = esp32-8048S070N
548549
549550[env:esp32-8048S070R]
550551board = esp32-8048S070R
552+
553+ [env:esp32-s3touchlcd7]
554+ board = esp32-s3touchlcd7
551555```
552556
553557## Appendix: External dependencies
@@ -562,6 +566,9 @@ The following libraries are used from the [Espressif component registry](https:/
562566
563567## Version history
564568
569+ - July 2024
570+ - Update to LVGL 8.4.0
571+ - Version 2.0.10
565572- March 2024
566573 - Rewrote drivers for devices and made them cleaner
567574 - More parametrization
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/schema/library.json" ,
33 "name" : " esp32_smartdisplay" ,
4- "version" : " 2.0.9 " ,
4+ "version" : " 2.0.10 " ,
55 "description" : " LVGL driver for Sunton ESP32 Cheap Yellow Display display boards" ,
66 "keywords" : " LVGL Sunton CYD LCD TFT Touch" ,
77 "repository" : {
3535 "frameworks" : " arduino" ,
3636 "platforms" : " espressif32" ,
3737 "dependencies" : {
38- "lvgl/lvgl" : " ^8.3.9 "
38+ "lvgl/lvgl" : " ^8.4.0 "
3939 }
4040}
You can’t perform that action at this time.
0 commit comments