Call lcd_set_custom_characters_nextpage

This commit is contained in:
Guðni Már Gilbert 2022-06-04 11:50:03 +00:00 committed by D.R.racer
parent 5ced30d8ca
commit 98d07e6a09
1 changed files with 2 additions and 1 deletions

View File

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