0
0
Fork 0
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:
Chris 2024-05-20 05:53:45 +02:00 committed by GitHub
parent fde330af5a
commit dbd3e10959
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);