mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
fix typo in the last commit: lcd_setfont -> lcd_remote_setfont
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13125 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c939774269
commit
88c05bd3c1
1 changed files with 1 additions and 1 deletions
|
@ -900,7 +900,7 @@ int show_logo( void )
|
|||
lcd_remote_getstringsize((unsigned char *)"A", &font_w, &font_h);
|
||||
lcd_remote_putsxy((LCD_REMOTE_WIDTH/2) - ((strlen(version)*font_w)/2),
|
||||
LCD_REMOTE_HEIGHT-font_h, (unsigned char *)version);
|
||||
lcd_setfont(FONT_UI);
|
||||
lcd_remote_setfont(FONT_UI);
|
||||
lcd_remote_update();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue