forked from len0rd/rockbox
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13050 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a5d7309d96
commit
f9b90e9103
36 changed files with 131 additions and 187 deletions
|
|
@ -778,8 +778,8 @@ void draw_display(void)
|
|||
rb->lcd_puts(0,2,METRONOME_MSG_START);
|
||||
else
|
||||
rb->lcd_puts(0,2,METRONOME_MSG_STOP);
|
||||
rb->lcd_update();
|
||||
#endif
|
||||
rb->lcd_update();
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
rb->lcd_remote_drawline(0, 12, 111, 12);
|
||||
if(sound_paused)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue