implemented service registry (#8)

+ implemented app and service context for data sharing
This commit is contained in:
Ken Van Hoeylandt
2024-01-06 20:37:41 +01:00
committed by GitHub
parent 051b1548ec
commit 83e226f696
25 changed files with 282 additions and 101 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#include "services/gui/gui.h"
#include "services/loader/loader.h"
static void app_show(lv_obj_t* parent, void* context) {
static void app_show(Context* context, lv_obj_t* parent) {
UNUSED(context);
lv_obj_t* label = lv_label_create(parent);