diff options
Diffstat (limited to 'fw/fe310/eos/app/root.h')
-rw-r--r-- | fw/fe310/eos/app/root.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/fw/fe310/eos/app/root.h b/fw/fe310/eos/app/root.h deleted file mode 100644 index 9468e6e..0000000 --- a/fw/fe310/eos/app/root.h +++ /dev/null @@ -1,16 +0,0 @@ -#include <stdint.h> - -#define APP_SCREEN_W 480 -#define APP_SCREEN_H 800 -#define APP_STATUS_H 60 - -#define APP_FONT_HANDLE 31 - -#define APP_LABEL_MARGIN 10 - -EVEScreen *app_screen(void); -void app_screen_init(eve_view_constructor_t home_page); -void app_screen_refresh(void); - -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); |