Esc ! n to switch mode ,GS ! n to set font size

This commit is contained in:
cuu
2022-03-17 06:07:37 -05:00
parent 47384828ad
commit 8339687f04
3 changed files with 27 additions and 9 deletions

View File

@@ -589,7 +589,7 @@ uint8_t print_lines_ft(CONFIG *cfg) {
uint8_t print_lines8(CONFIG *cfg) {
if (cfg->font->mode == FONT_MODE_1) {
if (cfg->font->mode == FONT_MODE_1 && cfg->face!=NULL) {
return print_lines_ft(cfg);
}
uint8_t i, j, k;