Skip to content

Commit f35b64c

Browse files
authored
Update ESP32_S3_Touch_LCD_4.3.h
1 parent 6f006b3 commit f35b64c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/board/waveshare/ESP32_S3_Touch_LCD_4.3.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,10 @@
229229
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
230230
///////////////////////////// Please update the following macros to configure the backlight ////////////////////////////
231231
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
232-
#define ESP_PANEL_USE_BACKLIGHT (1) // 0/1
232+
#define ESP_PANEL_USE_BACKLIGHT (0) // 0/1
233233
#if ESP_PANEL_USE_BACKLIGHT
234234
/* IO num of backlight pin */
235-
#define ESP_PANEL_BACKLIGHT_IO (38)
235+
#define ESP_PANEL_BACKLIGHT_IO (-1)
236236
#define ESP_PANEL_BACKLIGHT_ON_LEVEL (1) // 0: low level, 1: high level
237237

238238
/* Set to 1 if turn off the backlight after initializing the panel; otherwise, set it to turn on */

0 commit comments

Comments
 (0)