Skip to content

Commit

Permalink
- Version 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Oct 8, 2023
1 parent d553206 commit b9afbba
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion examples/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=esp32-smartdisplay
version=1.0.7
version=1.0.8
author=Rene Zeldenthuis
maintainer=Rene Zeldenthuis
category=Displays & LEDs
Expand Down

0 comments on commit b9afbba

Please sign in to comment.