Fix ZVM 30GB bootloader.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20347 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
57ce975cfb
commit
b5e6eec5a1
1 changed files with 2 additions and 0 deletions
|
@ -60,7 +60,9 @@ void main(void)
|
|||
button_init();
|
||||
usb_init();
|
||||
|
||||
#ifdef HAVE_LCD_ENABLE
|
||||
lcd_enable(true);
|
||||
#endif
|
||||
lcd_setfont(FONT_SYSFIXED);
|
||||
reset_screen();
|
||||
printf("Rockbox boot loader");
|
||||
|
|
Loading…
Reference in a new issue