diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-03-23 21:33:57 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-03-23 21:33:57 +0100 |
commit | 8c61343677d2ed8f929372863016524707b8ab93 (patch) | |
tree | 59f2c65f006bcf20c0b9a6a73c53a100d08775a2 /fw/fe310/eos/app/app_status.h | |
parent | 98941cdc89d93f5387bb98a443f06408321acc8f (diff) |
form scroll completed
Diffstat (limited to 'fw/fe310/eos/app/app_status.h')
-rw-r--r-- | fw/fe310/eos/app/app_status.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fw/fe310/eos/app/app_status.h b/fw/fe310/eos/app/app_status.h index a121b13..9b2ac66 100644 --- a/fw/fe310/eos/app/app_status.h +++ b/fw/fe310/eos/app/app_status.h @@ -1,4 +1,4 @@ #include <stdint.h> -int app_status_touch(EVEView *v, uint8_t tag0, int touch_idx); -uint8_t app_status_draw(EVEView *v, uint8_t tag0); +int app_status_touch(EVEView *view, EVETouch *touch, uint16_t evt, uint8_t tag0); +uint8_t app_status_draw(EVEView *view, uint8_t tag0); |