Starting to implement Elements

This commit is contained in:
Ben V. Brown
2023-06-28 23:14:09 +10:00
parent d9350fdc73
commit 62fb6d5209
4 changed files with 94 additions and 32 deletions

View File

@@ -22,7 +22,6 @@ typedef struct {
uint8_t h;
} size;
} ElementSettings_t;
void ui_render_element(ElementTypes_t element, screen_arg_t *args);
void ui_render_element(const ElementTypes_t element,const ElementSettings_t * settings, screen_arg_t *args);