🩹 Fix Color UI touchscreen sleep (#24826)
This commit is contained in:
parent
43fa749d27
commit
fcf9f22390
3 changed files with 12 additions and 11 deletions
|
|
@ -550,7 +550,7 @@ void menu_configuration() {
|
|||
//
|
||||
#if LCD_BACKLIGHT_TIMEOUT_MINS
|
||||
EDIT_ITEM(uint8, MSG_SCREEN_TIMEOUT, &ui.backlight_timeout_minutes, ui.backlight_timeout_min, ui.backlight_timeout_max, ui.refresh_backlight_timeout);
|
||||
#elif HAS_DISPLAY_SLEEP
|
||||
#elif HAS_DISPLAY_SLEEP && DISABLED(TFT_COLOR_UI)
|
||||
EDIT_ITEM(uint8, MSG_SCREEN_TIMEOUT, &ui.sleep_timeout_minutes, ui.sleep_timeout_min, ui.sleep_timeout_max, ui.refresh_screen_timeout);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue