summaryrefslogtreecommitdiff
path: root/fw/fe310/phone/app/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/fe310/phone/app/status.h')
-rw-r--r--fw/fe310/phone/app/status.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/fw/fe310/phone/app/status.h b/fw/fe310/phone/app/status.h
new file mode 100644
index 0000000..1350ae6
--- /dev/null
+++ b/fw/fe310/phone/app/status.h
@@ -0,0 +1,6 @@
+#include <stdint.h>
+
+void app_status_init(EVEView *view, EVEWindow *win);
+int app_status_touch(EVEView *view, EVETouch *touch, uint16_t evt, uint8_t tag0);
+uint8_t app_status_draw(EVEView *view, uint8_t tag0);
+void app_status_set_msg(char *msg);