From 1e5eb7cb910e6f23c69c2c986b6373e9f9abb980 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sun, 23 Aug 2020 22:37:16 +0200 Subject: dynamic memory alloc for gui added; page navigation added --- fw/fe310/eos/app/status.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fw/fe310/eos/app/status.h (limited to 'fw/fe310/eos/app/status.h') diff --git a/fw/fe310/eos/app/status.h b/fw/fe310/eos/app/status.h new file mode 100644 index 0000000..a121b13 --- /dev/null +++ b/fw/fe310/eos/app/status.h @@ -0,0 +1,4 @@ +#include + +int app_status_touch(EVEView *v, uint8_t tag0, int touch_idx); +uint8_t app_status_draw(EVEView *v, uint8_t tag0); -- cgit v1.2.3