base: UI_HANDLE stub

This commit is contained in:
luboslenco
2026-06-05 16:55:48 +02:00
parent 13cb0f8490
commit 77ea5e7f79
+4
View File
@@ -8,6 +8,10 @@
#include <stdbool.h>
#include <stdint.h>
// #define UI_HANDLE(name) \
// ui_handle_t _##name##_h = {.redraws = 2, .color = 0xffffffff, .text = "", .init = true}; \
// ui_handle_t *name = &_##name##_h
typedef enum {
UI_LAYOUT_VERTICAL,
UI_LAYOUT_HORIZONTAL