diff options
Diffstat (limited to 'fw/fe310/eos/app/app_root.h')
-rw-r--r-- | fw/fe310/eos/app/app_root.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fw/fe310/eos/app/app_root.h b/fw/fe310/eos/app/app_root.h new file mode 100644 index 0000000..2a51c77 --- /dev/null +++ b/fw/fe310/eos/app/app_root.h @@ -0,0 +1,10 @@ +#include <stdint.h> + +#define APP_SCREEN_W 480 +#define APP_SCREEN_H 800 +#define APP_STATUS_H 60 + +EVEWindow *app_root(void); +void app_root_refresh(void); + +void app_root_init(eve_view_constructor_t home_page); |