From 3d67aa36fdf8164cf367acc71b8d7fe55fd10cc6 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sun, 28 Feb 2021 21:21:07 +0100 Subject: refacotr app/ api --- fw/fe310/eos/app/app_status.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 fw/fe310/eos/app/app_status.c (limited to 'fw/fe310/eos/app/app_status.c') diff --git a/fw/fe310/eos/app/app_status.c b/fw/fe310/eos/app/app_status.c new file mode 100644 index 0000000..3ebfba9 --- /dev/null +++ b/fw/fe310/eos/app/app_status.c @@ -0,0 +1,20 @@ +#include + +#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/view.h" + +#include "app_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; +} -- cgit v1.2.3