mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-13 09:47:48 -06: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);
|
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
|
// Display # of good points found vs total needed
|
||||||
if (PAGE_CONTAINS(y - (MENU_FONT_HEIGHT), y)) {
|
if (PAGE_CONTAINS(y - (MENU_FONT_HEIGHT), y)) {
|
||||||
SETCURSOR(TERN(TFT_COLOR_UI, 2, 0), cy);
|
SETCURSOR(TERN(TFT_COLOR_UI, 2, 0), cy);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue