Layout main UI screen

This commit is contained in:
maddiebaka
2026-03-12 12:28:06 -04:00
parent 4876d31648
commit 0a56a1ec1c
3 changed files with 48 additions and 81 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ typedef struct {
ns_btn_cb_t bottom_cb;
} ns_widget_ctx_t; /** Numberstack widget context type */
void build_numberstack(lv_obj_t * parent,
lv_obj_t * build_numberstack(lv_obj_t * parent,
const char * label_text,
lv_obj_t ** label_value,
ns_btn_cb_t top_btn_cb,