summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/app/app_form.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2021-02-28 21:51:55 +0100
committerUros Majstorovic <majstor@majstor.org>2021-02-28 21:51:55 +0100
commit0a11eb9d378d66387dca3178e1bd2c62e61174bd (patch)
treefdbf40ecf442cd45c3274df328b3993bfc9a1696 /fw/fe310/eos/app/app_form.h
parent3d67aa36fdf8164cf367acc71b8d7fe55fd10cc6 (diff)
added app form
Diffstat (limited to 'fw/fe310/eos/app/app_form.h')
-rw-r--r--fw/fe310/eos/app/app_form.h7
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);