More MKS UI prelim. cleanup
This commit is contained in:
committed by
Scott Lahteine
parent
a3d6442d02
commit
86bf374fc4
@@ -110,7 +110,7 @@ static void event_handler(lv_obj_t *obj, lv_event_t event) {
|
||||
}
|
||||
}
|
||||
|
||||
void lv_draw_printing(void) {
|
||||
void lv_draw_printing() {
|
||||
disp_state_stack._disp_index = 0;
|
||||
ZERO(disp_state_stack._disp_state);
|
||||
scr = lv_screen_create(PRINTING_UI);
|
||||
|
||||
Reference in New Issue
Block a user