summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/eve/eve_text.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2025-07-28 23:27:12 +0200
committerUros Majstorovic <majstor@majstor.org>2025-07-28 23:27:12 +0200
commit58f41971b1e801ad2fbcea08e5152afa2b18ca73 (patch)
tree51793b55b350f7807d5d1b7e1401b50f402ccc48 /fw/fe310/eos/eve/eve_text.h
parentdab5a1fbd188f8f9436df1b3dff6e344c444fc23 (diff)
sys logging added; power management reimplemented; bugfixes;
Diffstat (limited to 'fw/fe310/eos/eve/eve_text.h')
-rw-r--r--fw/fe310/eos/eve/eve_text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/eos/eve/eve_text.h b/fw/fe310/eos/eve/eve_text.h
index 3b282c9..6a160ad 100644
--- a/fw/fe310/eos/eve/eve_text.h
+++ b/fw/fe310/eos/eve/eve_text.h
@@ -23,7 +23,7 @@ void eve_text_init(EVEText *box, EVERect *g, uint16_t w, uint16_t h, uint16_t li
void eve_text_update(EVEText *box);
void eve_text_scroll0(EVEText *box);
-int eve_text_touch(EVEText *box, EVETouch *touch, uint16_t evt, uint8_t tag0);
+int eve_text_touch(EVEText *box, EVETouch *touch, uint16_t evt);
uint8_t eve_text_draw(EVEText *box, uint8_t tag);
void eve_text_putc(EVEText *box, int c);