mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-02 07:00:42 +00:00
🩹 Solid background for DWIN_MARLINUI text (#27029)
This commit is contained in:
parent
fde330af5a
commit
dbd3e10959
1 changed files with 3 additions and 0 deletions
|
@ -176,6 +176,9 @@ static void _lcd_goto_next_corner() {
|
|||
|
||||
uint8_t cy = TERN(TFT_COLOR_UI, 3, LCD_HEIGHT - 1), y = LCD_ROW_Y(cy);
|
||||
|
||||
// Enable font background for DWIN
|
||||
TERN_(IS_DWIN_MARLINUI, dwin_font.solid = true);
|
||||
|
||||
// Display # of good points found vs total needed
|
||||
if (PAGE_CONTAINS(y - (MENU_FONT_HEIGHT), y)) {
|
||||
SETCURSOR(TERN(TFT_COLOR_UI, 2, 0), cy);
|
||||
|
|
Loading…
Reference in a new issue