Fix charcell red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27029 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
286ed6fab5
commit
f86ee556cf
1 changed files with 4 additions and 2 deletions
|
@ -274,7 +274,9 @@ void gui_usb_screen_run(void)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef HAVE_LCD_BITMAP
|
||||||
for (i = FONT_UI; i < MAXFONTS; i++) font_unload(i);
|
for (i = FONT_UI; i < MAXFONTS; i++) font_unload(i);
|
||||||
|
#endif
|
||||||
|
|
||||||
while (1)
|
while (1)
|
||||||
{
|
{
|
||||||
|
@ -315,9 +317,9 @@ void gui_usb_screen_run(void)
|
||||||
|
|
||||||
#ifdef HAVE_LCD_CHARCELLS
|
#ifdef HAVE_LCD_CHARCELLS
|
||||||
status_set_usb(false);
|
status_set_usb(false);
|
||||||
#endif /* HAVE_LCD_CHARCELLS */
|
#else
|
||||||
|
|
||||||
settings_apply(true);
|
settings_apply(true);
|
||||||
|
#endif /* HAVE_LCD_CHARCELLS */
|
||||||
|
|
||||||
FOR_NB_SCREENS(i)
|
FOR_NB_SCREENS(i)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue