forked from len0rd/rockbox
Update the LCD after setting flip status as required by the LCD drivers. Fixes garbled display after flipping before the first list update.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16867 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
567105b219
commit
5280395baa
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ int flipdisplay_callback(int action,const struct menu_item_ex *this_item)
|
|||
case ACTION_EXIT_MENUITEM:
|
||||
button_set_flip(global_settings.flip_display);
|
||||
lcd_set_flip(global_settings.flip_display);
|
||||
lcd_update();
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
lcd_remote_set_flip(global_settings.remote_flip_display);
|
||||
lcd_remote_update();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue