summaryrefslogtreecommitdiff
path: root/apps/plugins/dice.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-04-06 22:55:00 +0000
committerJens Arnold <amiconn@rockbox.org>2007-04-06 22:55:00 +0000
commitf9b90e91031dbd23fed24e832de4d8d2e15151a0 (patch)
tree964a492f1c4a658ec0ecb82d100ce62d2f6ec93a /apps/plugins/dice.c
parenta5d7309d96cca974e1524dc746482ab2a26d7395 (diff)
downloadrockbox-f9b90e91031dbd23fed24e832de4d8d2e15151a0.tar.gz
rockbox-f9b90e91031dbd23fed24e832de4d8d2e15151a0.zip
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
Diffstat (limited to 'apps/plugins/dice.c')
-rw-r--r--apps/plugins/dice.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/dice.c b/apps/plugins/dice.c
index cfeceae539..39392f1ac5 100644
--- a/apps/plugins/dice.c
+++ b/apps/plugins/dice.c
@@ -214,9 +214,7 @@ static void print_dice(const int dice[], const int total) {
214 rb->lcd_puts(0,START_DICE_ROW+(++row)," "); 214 rb->lcd_puts(0,START_DICE_ROW+(++row)," ");
215 } 215 }
216#endif 216#endif
217#ifdef HAVE_LCD_BITMAP
218 rb->lcd_update(); 217 rb->lcd_update();
219#endif
220} 218}
221static bool dice_menu(int *num_dice, int *side_index) { 219static bool dice_menu(int *num_dice, int *side_index) {
222 int selection; 220 int selection;