Skip to content

Commit

Permalink
Fix for ESP32-2432S024
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Nov 21, 2023
1 parent 1a98394 commit c03d08b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/esp32_smartdisplay.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c03d08b

Please sign in to comment.