Make sidebar ajustable

This commit is contained in:
suchmememanyskill
2024-01-28 00:48:06 +01:00
parent 1c50efa500
commit 939a9f6547
4 changed files with 38 additions and 78 deletions

View File

@@ -117,6 +117,4 @@ void progress_panel_init(lv_obj_t* panel){
lv_label_set_text(label, LV_SYMBOL_PAUSE);
lv_obj_center(label);
}
lv_msg_send(DATA_PRINTER_DATA, &printer);
}