Fix up mixer menu display

This commit is contained in:
Scott Lahteine
2021-04-29 08:44:57 -05:00
parent 87d2c471db
commit f860152a35
4 changed files with 42 additions and 54 deletions
+1
View File
@@ -439,6 +439,7 @@ void MarlinUI::clear_lcd() { } // Automatically cleared by Picture Loop
lcd_put_u8str(value);
}
}
TERN_(USE_BIG_EDIT_FONT, ui.set_font(FONT_MENU));
}
inline void draw_boxed_string(const u8g_uint_t x, const u8g_uint_t y, PGM_P const pstr, const bool inv) {