File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 229
229
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
230
230
///////////////////////////// Please update the following macros to configure the backlight ////////////////////////////
231
231
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
232
- #define ESP_PANEL_USE_BACKLIGHT (1 ) // 0/1
232
+ #define ESP_PANEL_USE_BACKLIGHT (0 ) // 0/1
233
233
#if ESP_PANEL_USE_BACKLIGHT
234
234
/* IO num of backlight pin */
235
- #define ESP_PANEL_BACKLIGHT_IO (38 )
235
+ #define ESP_PANEL_BACKLIGHT_IO (-1 )
236
236
#define ESP_PANEL_BACKLIGHT_ON_LEVEL (1) // 0: low level, 1: high level
237
237
238
238
/* Set to 1 if turn off the backlight after initializing the panel; otherwise, set it to turn on */
You can’t perform that action at this time.
0 commit comments