add ENABLE_VH in print_lines_ft

This commit is contained in:
cuu
2022-05-21 11:52:46 +00:00
parent 167b2f520e
commit c30acbcec5
2 changed files with 6 additions and 3 deletions

View File

@@ -126,7 +126,7 @@ void init_printer() {
}
}
//default still FONT_MODE_0
//default still FONT_MODE_0, comment out below 4 lines to enable unicode printing
current_font.mode = FONT_MODE_0;
current_font.width = 8;
current_font.height = 16;