summaryrefslogtreecommitdiff
path: root/apps/credits.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/credits.c')
-rw-r--r--apps/credits.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/credits.c b/apps/credits.c
index aff5ae3bc8..005ad742bc 100644
--- a/apps/credits.c
+++ b/apps/credits.c
@@ -58,13 +58,14 @@ struct credit credits[] = {
58#define DISPLAY_TIME HZ 58#define DISPLAY_TIME HZ
59#endif 59#endif
60 60
61void show_credits(void) 61void roll_credits(void)
62{ 62{
63 unsigned int i; 63 unsigned int i;
64 int j; 64 int j;
65 int line = 0; 65 int line = 0;
66 66
67 lcd_clear_display(); 67 lcd_clear_display();
68
68#ifdef HAVE_LCD_BITMAP 69#ifdef HAVE_LCD_BITMAP
69 lcd_setmargins(0,9); 70 lcd_setmargins(0,9);
70#endif 71#endif