change font type to font_t
This commit is contained in:
parent
ce5fd37e9b
commit
447c618ccc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue