From ccde54722f2c284fb0e7fc273d65c57a3be71db1 Mon Sep 17 00:00:00 2001 From: inmarket Date: Mon, 8 Jun 2015 14:14:40 +1000 Subject: Added ability to compile ugfx as a single file (excluding driver and board files). Simply compile src/gfx_mk.c --- src/gdisp/mcufont/mf_bwfont.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gdisp/mcufont/mf_bwfont.h') diff --git a/src/gdisp/mcufont/mf_bwfont.h b/src/gdisp/mcufont/mf_bwfont.h index f0429073..761352df 100644 --- a/src/gdisp/mcufont/mf_bwfont.h +++ b/src/gdisp/mcufont/mf_bwfont.h @@ -73,12 +73,12 @@ struct mf_bwfont_s /* Internal functions, don't use these directly. */ MF_EXTERN uint8_t mf_bwfont_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_bwfont_character_width(const struct mf_font_s *font, - mf_char character); + uint16_t character); #endif #endif -- cgit v1.2.3