forked from len0rd/rockbox
Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_getstringsize.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2403 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
614272c45f
commit
a4c3b03f15
19 changed files with 156 additions and 171 deletions
|
@ -50,8 +50,8 @@ void panicf( char *fmt, ...)
|
|||
#elif defined(HAVE_LCD_BITMAP)
|
||||
lcd_clear_display();
|
||||
|
||||
//FIXME putsxy may call panic...
|
||||
lcd_putsxy(0,0,panic_buf,FONT_SYSFIXED);
|
||||
lcd_setfont(FONT_SYSFIXED);
|
||||
lcd_putsxy(0,0,panic_buf);
|
||||
lcd_update();
|
||||
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue