Skip to content

Commit 4a0496e

Browse files
authored
Merge pull request #182 from rzeldent/develop
Prepare 2.0.10
2 parents c1b8bdb + fa3fb4d commit 4a0496e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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]
438439
platform = espressif32
@@ -548,6 +549,9 @@ board = esp32-8048S070N
548549

549550
[env:esp32-8048S070R]
550551
board = 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

boards

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {
@@ -35,6 +35,6 @@
3535
"frameworks": "arduino",
3636
"platforms": "espressif32",
3737
"dependencies": {
38-
"lvgl/lvgl": "^8.3.9"
38+
"lvgl/lvgl": "^8.4.0"
3939
}
4040
}

0 commit comments

Comments
 (0)