diff --git a/README.md b/README.md index d16640b..04f76e6 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ They can be bought in the [Sunton Store](https://www.aliexpress.com/store/110019 This library depends on: - LVGL (version ^8.3.2) +- Espressif registry ## How to use @@ -196,7 +197,7 @@ The resolution is 12 bit so valid values are from 0-1023. - November 2023 - Major version update: 2.0.0 - - Rewrote library to also support the new ESP32-S3 panels and use new esp_lcd interface + - Rewrote library to support the new ESP32-S3 panels and use new esp_lcd interface. Use c instead of cpp. - October 2023 - Added support for esp32_8048S034N/C - Added option for flipped/mirrored TFT's diff --git a/include/esp32_smartdisplay.h b/include/esp32_smartdisplay.h index c8dca4c..5e9d913 100644 --- a/include/esp32_smartdisplay.h +++ b/include/esp32_smartdisplay.h @@ -55,7 +55,7 @@ #define TFT_WIDTH 240 #define TFT_HEIGHT 320 // Backlight -#define PIN_BCKL 21 +#define PIN_BCKL 27 #define PWM_CHANNEL_BCKL 12 // LCD #define USES_ILI9341