Call lcd_set_custom_characters_nextpage
This commit is contained in:
parent
5ced30d8ca
commit
98d07e6a09
|
|
@ -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) );
|
||||
|
|
|
|||
Loading…
Reference in New Issue