home screen load delete option

This commit is contained in:
leo 2023-09-09 18:05:52 +02:00
parent e620a977c0
commit 2b3bb3abc6
Signed by: leo
GPG Key ID: 0DD993BFB2B307DB
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit b2011af18c834f2d29e9e1f30a2e2f34dd0a7382
Subproject commit 654ad8baad7c7d7a66ab52ed2df59b806d3c56a0

2
main.c
View File

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