diff options
Diffstat (limited to 'fw/fe310/eos/app/app_root.h')
-rw-r--r-- | fw/fe310/eos/app/app_root.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/fw/fe310/eos/app/app_root.h b/fw/fe310/eos/app/app_root.h deleted file mode 100644 index b085344..0000000 --- a/fw/fe310/eos/app/app_root.h +++ /dev/null @@ -1,12 +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 - -EVEWindowRoot *app_root(void); -void app_root_refresh(void); - -void app_root_init(eve_view_constructor_t home_page, int b); |