More MKS UI prelim. cleanup

This commit is contained in:
Scott Lahteine
2021-01-14 00:23:56 -06:00
committed by Scott Lahteine
parent a3d6442d02
commit 86bf374fc4
97 changed files with 203 additions and 300 deletions

View File

@@ -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);