Browse Source

Call lcd_set_custom_characters_nextpage

Guðni Már Gilbert 2 years ago
parent
commit
98d07e6a09
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Firmware/mmu2_reporting.cpp

+ 2 - 1
Firmware/mmu2_reporting.cpp

@@ -76,8 +76,9 @@ static void ReportErrorHookStaticRender(uint16_t ec) {
         two_choices = true;
     }
 
-    lcd_clear();
+    lcd_set_custom_characters_nextpage();
     lcd_update_enable(false);
+    lcd_clear();
 
     // Print title and header
     lcd_printf_P(PSTR("%.20S\nprusa3d.com/ERR04%hu"), _T(PrusaErrorTitle(ei)), PrusaErrorCode(ei) );