Skip to content

Commit

Permalink
Prepare for 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Jul 7, 2024
1 parent 031bec2 commit fa3fb4d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ The platformio.ini file below supports all the boards. This is useful when runni
#default_envs = esp32-8048S070C
#default_envs = esp32-8048S070N
#default_envs = esp32-8048S070R
#default_envs = esp32-s3touchlcd7
[env]
platform = espressif32
Expand Down Expand Up @@ -548,6 +549,9 @@ board = esp32-8048S070N
[env:esp32-8048S070R]
board = esp32-8048S070R
[env:esp32-s3touchlcd7]
board = esp32-s3touchlcd7
```

## Appendix: External dependencies
Expand All @@ -562,6 +566,9 @@ The following libraries are used from the [Espressif component registry](https:/

## Version history

- July 2024
- Update to LVGL 8.4.0
- Version 2.0.10
- March 2024
- Rewrote drivers for devices and made them cleaner
- More parametrization
Expand Down
2 changes: 1 addition & 1 deletion boards
Submodule boards updated 1 files
+119 −0 JC4827W543C.json
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/schema/library.json",
"name": "esp32_smartdisplay",
"version": "2.0.9",
"version": "2.0.10",
"description": "LVGL driver for Sunton ESP32 Cheap Yellow Display display boards",
"keywords": "LVGL Sunton CYD LCD TFT Touch",
"repository": {
Expand Down

0 comments on commit fa3fb4d

Please sign in to comment.