Fix encoder position for sddirectory
This commit is contained in:
parent
9e97c13c6f
commit
7e386c7e98
@ -4861,6 +4861,7 @@ void kill_screen(const char* lcd_msg) {
|
|||||||
encoderTopLine = 0;
|
encoderTopLine = 0;
|
||||||
encoderPosition = 2 * ENCODER_STEPS_PER_MENU_ITEM;
|
encoderPosition = 2 * ENCODER_STEPS_PER_MENU_ITEM;
|
||||||
screen_changed = true;
|
screen_changed = true;
|
||||||
|
first_page = false;
|
||||||
lcdDrawUpdate = LCDVIEW_CLEAR_CALL_REDRAW;
|
lcdDrawUpdate = LCDVIEW_CLEAR_CALL_REDRAW;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user