This commit is contained in:
leo 2023-12-01 00:43:49 +01:00
parent 0fcde7d33a
commit c8e3f4ef39
Signed by: leo
GPG Key ID: 0DD993BFB2B307DB
3 changed files with 6 additions and 1 deletions

@ -1 +1 @@
Subproject commit 8a099f5c215424ff34ceafaaa35615ec0fbeb685
Subproject commit ef24c49eca216afc21df4132b4d2a86eb717f512

3
README.adoc Normal file
View File

@ -0,0 +1,3 @@
= Pousse-seringue (simulateur d'interface)
Pour le reste du projet voir https://git.leserveurdansmongrenier.uk/leo/PSE-firmware[PSE-firmware].

2
main.c
View File

@ -121,7 +121,9 @@ int main(int argc, char** argv){
lv_label_set_text(cursor, "A");
lv_indev_set_cursor(my_indev, cursor);
// load first workspace from sd
load_units(pse_units, pse_syringes, pse_stepper_confs, pse_steppers_status, pse_home_displays, PSE_UNITS_NUM, 0);
Home_Screen_Gen(pse_units, PSE_UNITS_NUM, false);
pthread_t tickThread;