Skip to content

Commit

Permalink
🩹 Solid background for DWIN_MARLINUI text (MarlinFirmware#27029)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow578 authored May 20, 2024
1 parent fde330a commit dbd3e10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Marlin/src/lcd/menu/menu_bed_tramming.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit dbd3e10

Please sign in to comment.