change font type to font_t

ugfx_release_2.6
trsaunders 2012-07-25 18:43:45 +01:00
parent ce5fd37e9b
commit 447c618ccc
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ struct glcd_msg_draw_char {
uint16_t bkcolor;
uint16_t ret_width;
char c;
const uint8_t *font;
font_t font;
bool_t tpText;
};