Skip to content

Commit

Permalink
Update ESP32_Dev_Kit_V1_ILI9488_Resistive.h
Browse files Browse the repository at this point in the history
Added `#define TFT_BACKLIGHT_ON HIGH` Because it is sometimes needed.
  • Loading branch information
DustinWatts authored May 1, 2024
1 parent 8d1ccc7 commit 947454d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user_setup.h Examples/ESP32_Dev_Kit_V1_ILI9488_Resistive.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This version is for a 38-pin ESP32 DevKitC and an ILI9488 screen with resistive
#define ILI9488_DRIVER // WARNING: Do not connect ILI9488 display SDO to MISO if other devices share the SPI bus (TFT SDO does NOT tristate when CS is high)

#define TFT_BL 32 // LED back-light control pin
#define TFT_BACKLIGHT_ON HIGH // Level to turn ON back-light (HIGH or LOW)

#define TFT_MISO 19
#define TFT_MOSI 23
Expand Down

0 comments on commit 947454d

Please sign in to comment.