summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/app/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'fw/fe310/eos/app/status.c')
-rw-r--r--fw/fe310/eos/app/status.c23
1 files changed, 23 insertions, 0 deletions
diff --git a/fw/fe310/eos/app/status.c b/fw/fe310/eos/app/status.c
new file mode 100644
index 0000000..39c471e
--- /dev/null
+++ b/fw/fe310/eos/app/status.c
@@ -0,0 +1,23 @@
+
+#include <stdlib.h>
+
+#include "unicode.h"
+
+#include "eve/eve.h"
+#include "eve/eve_kbd.h"
+
+#include "eve/screen/screen.h"
+#include "eve/screen/window.h"
+#include "eve/screen/page.h"
+
+#include "status.h"
+
+int app_status_touch(EVEView *v, uint8_t tag0, int touch_idx) {
+ return 0;
+}
+
+uint8_t app_status_draw(EVEView *v, uint8_t tag0) {
+ return tag0;
+}
+
+