ugfx_release_2.6
Joel Bodenmann 2013-02-11 10:52:04 +01:00
parent 6505bf6f0c
commit f8050a84f7
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ extern "C" {
/* Text Rendering Functions */
#if GDISP_NEED_TEXT
extern void lld_gdisp_draw_char(coord_t x, coord_t y, char c, font_t font, color_t color;
extern void lld_gdisp_draw_char(coord_t x, coord_t y, char c, font_t font, color_t color);
extern void lld_gdisp_fill_char(coord_t x, coord_t y, char c, font_t font, color_t color, color_t bgcolor);
#endif