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:
Jonathan Gordon 2009-08-18 03:55:55 +00:00
parent 3ebb836b52
commit b035fee155

View file

@ -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 */