From d8ced7b070beaa010f557c4c244c5c386d4e6efd Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Fri, 3 Jul 2020 02:02:27 +0200 Subject: str widget draw selection and cursor implemented --- code/fe310/eos/eve/screen/font.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'code/fe310/eos/eve/screen/font.h') diff --git a/code/fe310/eos/eve/screen/font.h b/code/fe310/eos/eve/screen/font.h index 7de3ff5..525e669 100644 --- a/code/fe310/eos/eve/screen/font.h +++ b/code/fe310/eos/eve/screen/font.h @@ -8,6 +8,6 @@ typedef struct EVEFont { } EVEFont; void eve_font_init(EVEFont *font, uint8_t font_id); -uint16_t eve_font_strw(EVEFont *font, char *s); -uint16_t eve_font_bufw(EVEFont *font, char *buf, uint16_t buf_len); +uint16_t eve_font_str_w(EVEFont *font, char *s); +uint16_t eve_font_buf_w(EVEFont *font, char *buf, uint16_t buf_len); uint8_t eve_font_h(EVEFont *font); -- cgit v1.2.3