Skip to content

Commit

Permalink
Merge pull request #182 from rzeldent/develop
Browse files Browse the repository at this point in the history
Prepare 2.0.10
  • Loading branch information
rzeldent committed Jul 7, 2024
2 parents c1b8bdb + fa3fb4d commit 4a0496e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -35,6 +35,6 @@
"frameworks": "arduino",
"platforms": "espressif32",
"dependencies": {
"lvgl/lvgl": "^8.3.9"
"lvgl/lvgl": "^8.4.0"
}
}

0 comments on commit 4a0496e

Please sign in to comment.