it is mildly useful to reset the viewport to the full screen for the panic screen....
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22396 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3ebb836b52
commit
b035fee155
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ void panicf( const char *fmt, ...)
|
|||
|
||||
lcd_clear_display();
|
||||
lcd_setfont(FONT_SYSFIXED);
|
||||
lcd_set_viewport(NULL);
|
||||
lcd_puts(1, y++, (unsigned char *)"*PANIC*");
|
||||
{
|
||||
/* wrap panic line */
|
||||
|
|
Loading…
Reference in a new issue