We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908caba commit b6e1838Copy full SHA for b6e1838
Marlin/src/lcd/extui/mks_ui/draw_ui.cpp
@@ -374,7 +374,7 @@ void tft_style_init() {
374
style_sel_text.body.grad_color = LV_COLOR_BACKGROUND;
375
style_sel_text.text.color = LV_COLOR_YELLOW;
376
style_sel_text.text.sel_color = LV_COLOR_YELLOW;
377
- style_sel_text.text.font = &gb2312_puhui32;
+ style_sel_text.text.font = TERN(HAS_SPI_FLASH_FONT, &gb2312_puhui32, LV_FONT_DEFAULT);
378
style_sel_text.line.width = 0;
379
style_sel_text.text.letter_space = 0;
380
style_sel_text.text.line_space = -5;
0 commit comments