summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/eve/eve_font.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/fe310/eos/eve/eve_font.h')
-rw-r--r--fw/fe310/eos/eve/eve_font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/eos/eve/eve_font.h b/fw/fe310/eos/eve/eve_font.h
index 87ef41f..c098519 100644
--- a/fw/fe310/eos/eve/eve_font.h
+++ b/fw/fe310/eos/eve/eve_font.h
@@ -10,7 +10,7 @@ typedef struct EVEFont {
} EVEFont;
void eve_font_init(EVEFont *font, uint8_t font_id);
-uint8_t eve_font_ch_w(EVEFont *font, utf32_t ch);
+uint8_t eve_font_ch_w(EVEFont *font, ucp_t ch);
uint16_t eve_font_str_w(EVEFont *font, utf8_t *str);
uint16_t eve_font_buf_w(EVEFont *font, utf8_t *buf, uint16_t buf_len);
uint8_t eve_font_h(EVEFont *font);