change font type to font_t

This commit is contained in:
trsaunders 2012-07-25 18:43:45 +01:00
parent ce5fd37e9b
commit 447c618ccc

View file

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