|
|
@ -4862,7 +4862,7 @@ void kill_screen(const char* lcd_msg) {
|
|
|
|
encoderPosition = 2 * ENCODER_STEPS_PER_MENU_ITEM;
|
|
|
|
encoderPosition = 2 * ENCODER_STEPS_PER_MENU_ITEM;
|
|
|
|
screen_changed = true;
|
|
|
|
screen_changed = true;
|
|
|
|
#if ENABLED(DOGLCD)
|
|
|
|
#if ENABLED(DOGLCD)
|
|
|
|
first_page = false;
|
|
|
|
drawing_screen = false;
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
lcdDrawUpdate = LCDVIEW_CLEAR_CALL_REDRAW;
|
|
|
|
lcdDrawUpdate = LCDVIEW_CLEAR_CALL_REDRAW;
|
|
|
|
}
|
|
|
|
}
|
|
|
|