1
0
Fork 0
forked from len0rd/rockbox

First version of loadable fonts patch by Alex Gitelman

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1666 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-08-11 09:17:47 +00:00
parent 13fdf7e5a5
commit cd225736f9
15 changed files with 400 additions and 87 deletions

View file

@ -8,7 +8,7 @@
* $Id$
*
* Copyright (C) 2002 by wavey@wavey.org
*
*nn
* All files in this archive are subject to the GNU General Public License.
* See the file COPYING in the source tree root for full license agreement.
*
@ -48,8 +48,9 @@ void panicf( char *fmt, ...)
lcd_puts(0,0,panic_buf);
#elif defined(HAVE_LCD_BITMAP)
lcd_clear_display();
lcd_puts(0,0,panic_buf);
lcd_putsxy(0,0,panic_buf,0);
lcd_update();
#else
/* no LCD */
#endif