home screen load delete option
This commit is contained in:
parent
e620a977c0
commit
2b3bb3abc6
@ -1 +1 @@
|
||||
Subproject commit b2011af18c834f2d29e9e1f30a2e2f34dd0a7382
|
||||
Subproject commit 654ad8baad7c7d7a66ab52ed2df59b806d3c56a0
|
2
main.c
2
main.c
@ -120,7 +120,7 @@ int main(int argc, char** argv){
|
||||
lv_indev_set_cursor(my_indev, cursor);
|
||||
|
||||
load_units(pse_units, pse_syringes, pse_stepper_confs, pse_home_displays, PSE_UNITS_NUM, 0);
|
||||
Home_Screen_Gen(pse_units, PSE_UNITS_NUM);
|
||||
Home_Screen_Gen(pse_units, PSE_UNITS_NUM, false);
|
||||
|
||||
pthread_t tickThread;
|
||||
pthread_create(&tickThread, NULL, tick_thread, NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user