🎨 Add MKS UI goto_previous_ui

This commit is contained in:
Scott Lahteine
2021-10-17 22:10:08 -05:00
parent ad4a8a68c2
commit 2e0bde37d7
19 changed files with 35 additions and 57 deletions

View File

@@ -106,8 +106,7 @@ static void event_handler(lv_obj_t *obj, lv_event_t event) {
disp_ext_speed();
break;
case ID_E_RETURN:
clear_cur_ui();
draw_return_ui();
goto_previous_ui();
break;
}
}