From b9afbba3ed5a7678c7c11795e3062112667cacb6 Mon Sep 17 00:00:00 2001 From: Rene Zeldenthuis Date: Sun, 8 Oct 2023 11:53:20 +0200 Subject: [PATCH] - Version 1.0.8 --- README.md | 3 ++- examples/platformio.ini | 5 ++++- library.json | 2 +- library.properties | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b2b22ce..84c54c4 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,8 @@ Wake the display. ## Version history - October 2023 - - Cganged default RGB order to BGR + - Changed default RGB order to BGR + - Version 1.0.8 - September 2023 - Added support for ESP32_2432S024N/R/S - Version 1.0.7 diff --git a/examples/platformio.ini b/examples/platformio.ini index 7aab61e..4d1afba 100644 --- a/examples/platformio.ini +++ b/examples/platformio.ini @@ -20,13 +20,16 @@ build_flags = -D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE # LVGL settings -D LV_CONF_PATH="lv_conf.h" - # Smartdisplay settings + # Smartdisplay settings #-D TFT_PANEL_ORDER_BGR #-D TFT_PANEL_ORDER_RGB #-D TFT_ORIENTATION_PORTRAIT #-D TFT_ORIENTATION_LANDSCAPE #-D TFT_ORIENTATION_PORTRAIT_INV #-D TFT_ORIENTATION_LANDSCAPE_INV + #-D ESP32_2432S024N + #-D ESP32_2432S024R + #-D ESP32_2432S024C #-D ESP32_2432S028R #-D ESP32_3248S035R #-D ESP32_3248S035C \ No newline at end of file diff --git a/library.json b/library.json index c56be8e..9826d51 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "esp32_smartdisplay", - "version": "1.0.7", + "version": "1.0.8", "description": "LVGL driver for Sunton ESP32 TFT display boards", "keywords": "LVGL 2432S024 2432S028 3248S035 8048S070", "repository": { diff --git a/library.properties b/library.properties index 2ebcda8..6d67e6b 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=esp32-smartdisplay -version=1.0.7 +version=1.0.8 author=Rene Zeldenthuis maintainer=Rene Zeldenthuis category=Displays & LEDs