🚸 Wake up TFT for some events (#22788)

This commit is contained in:
Tanguy Pruvot
2021-09-19 01:27:58 +02:00
committed by Scott Lahteine
parent 6cf95509cd
commit 0e8e215d4e
2 changed files with 3 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ void lcd_sd_updir() {
goto_screen(menu_media, sd_encoder_position, sd_top_line, sd_items);
sd_encoder_position = 0xFFFF;
defer_status_screen();
TERN_(HAS_TOUCH_SLEEP, ui.wakeup_screen());
}
#endif