diff options
Diffstat (limited to 'fw/fe310/eos/app/app_form.h')
-rw-r--r-- | fw/fe310/eos/app/app_form.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fw/fe310/eos/app/app_form.h b/fw/fe310/eos/app/app_form.h new file mode 100644 index 0000000..ed62253 --- /dev/null +++ b/fw/fe310/eos/app/app_form.h @@ -0,0 +1,7 @@ +#include <stdint.h> + +#define APP_FONT_HANDLE 31 +#define APP_LABEL_MARGIN 10 + +EVEForm *app_form_create(EVEWindow *window, EVEViewStack *stack, EVEWidgetSpec spec[], uint16_t spec_size, eve_form_action_t action, eve_form_destructor_t destructor); +void app_form_destroy(EVEForm *form); |