Skip to content

Commit 55ad743

Browse files
rzeldentRene Zeldenthuis
andauthored
Develop into main (#258)
* Minor fix: add != NULL * Fixed typo in log * Pinned LVGL version to 9.2.0 (exact) * Changed the order of enabling interrupts (#196) Corrected interrupts leven pos/neg edge * Remove sw_rotate (#210) * Remove sw_rotate * Removed unused code * LVGL version to 9.2.2 * Enable all devices * Updated markdown * Lvgl9.2.2 (#211) * Remove sw_rotate * Removed unused code * LVGL version to 9.2.2 * Enable all devices * Updated markdown * Test hardware rotation st7701 * Test use underlying driver for swap and mirror * Reenabled code * test * Use define for DISPLAY_SOFTWARE_ROTATION * Update boards to develop * Added check for rst_gpio_num == GPIO_NUM_NC (#215) * Boards to develop * Updated boards * JC3248W535N * Removed _IO_NUM and GPIO_NUM * Dependabot github-actions * Updated md * Added TOC * Updated TOC * md * Boards updated * Update boards * Added s3-touch-lcd-4p3 * esp32-s3-touch-lcd-4p3 * esp32-s3-touch-lcd-4p3 * Removed GPIO in naming * Updated platformio * removed semicolumn * Removed quotes LV_CONF_PATH * Added quotes * version 2.1.1 --------- Co-authored-by: Rene Zeldenthuis <“[email protected]”>
1 parent ae39579 commit 55ad743

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,10 @@ The following libraries are used from the [Espressif component registry](https:/
640640

641641
## Version history
642642

643+
- June 2025
644+
- Version 2.1.1
645+
- Updated documentation
646+
- Renamed IO pins
643647
- November 2024
644648
- Version 2.1.0
645649
- LVGL 9.2.2

library.json

Lines changed: 1 addition & 1 deletion
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.1.0",
4+
"version": "2.1.1",
55
"description": "LVGL v9.2.2 driver for Sunton ESP32 Cheap Yellow Display display boards",
66
"keywords": "LVGL Sunton CYD LCD TFT Touch",
77
"repository": {

0 commit comments

Comments
 (0)