summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/app/app_screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/fe310/eos/app/app_screen.h')
-rw-r--r--fw/fe310/eos/app/app_screen.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/fw/fe310/eos/app/app_screen.h b/fw/fe310/eos/app/app_screen.h
deleted file mode 100644
index 1e266d4..0000000
--- a/fw/fe310/eos/app/app_screen.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <stdint.h>
-
-#define APP_SCREEN_W 480
-#define APP_SCREEN_H 800
-#define APP_STATUS_H 60
-
-EVEScreen *app_screen(void);
-void app_screen_init(eve_view_constructor_t home_page);
-void app_screen_refresh(void);