diff options
Diffstat (limited to 'src/gdisp/mcufont/mf_rlefont.h')
| -rw-r--r-- | src/gdisp/mcufont/mf_rlefont.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gdisp/mcufont/mf_rlefont.h b/src/gdisp/mcufont/mf_rlefont.h index d9cee8dc..7e717ccc 100644 --- a/src/gdisp/mcufont/mf_rlefont.h +++ b/src/gdisp/mcufont/mf_rlefont.h @@ -70,12 +70,12 @@ struct mf_rlefont_s /* Internal functions, don't use these directly. */ MF_EXTERN uint8_t mf_rlefont_render_character(const struct mf_font_s *font, int16_t x0, int16_t y0, - mf_char character, + uint16_t character, mf_pixel_callback_t callback, void *state); MF_EXTERN uint8_t mf_rlefont_character_width(const struct mf_font_s *font, - mf_char character); + uint16_t character); #endif #endif |
