aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/mcufont
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdisp/mcufont')
-rw-r--r--src/gdisp/mcufont/mf_font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdisp/mcufont/mf_font.c b/src/gdisp/mcufont/mf_font.c
index ccf71bec..b8989336 100644
--- a/src/gdisp/mcufont/mf_font.c
+++ b/src/gdisp/mcufont/mf_font.c
@@ -33,7 +33,7 @@ uint8_t mf_render_character(const struct mf_font_s *font,
void *state)
{
uint8_t width;
- width = font->render_character(font, x0, y0, character, callback, state);
+ width = font->render_character(font, x0, y0, MFCHAR2UINT16(character), callback, state);
if (!width)
{