mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-22 03:42:39 +01:00
Esc ! n to switch mode ,GS ! n to set font size
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user