summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/main_menu.c2
-rw-r--r--apps/recorder/icons.c4
-rw-r--r--apps/recorder/icons.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/apps/main_menu.c b/apps/main_menu.c
index 3aef6264f9..7ae57f1c7b 100644
--- a/apps/main_menu.c
+++ b/apps/main_menu.c
@@ -68,7 +68,7 @@ int show_logo( void )
68 int font_h, font_w; 68 int font_h, font_w;
69 69
70 lcd_clear_display(); 70 lcd_clear_display();
71#if LCD_WIDTH == 112 71#if LCD_WIDTH == 112 || LCD_WIDTH == 128
72 lcd_bitmap(rockbox112x37, 0, 10, 112, 37, false); 72 lcd_bitmap(rockbox112x37, 0, 10, 112, 37, false);
73#endif 73#endif
74#if LCD_WIDTH == 160 74#if LCD_WIDTH == 160
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index 8e23794710..cb7e3a4d99 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -74,8 +74,8 @@ const unsigned char bitmap_icons_7x8[][7] =
74 {0x20,0x30,0x38,0x3c,0x38,0x30,0x20}, /* Up-arrow */ 74 {0x20,0x30,0x38,0x3c,0x38,0x30,0x20}, /* Up-arrow */
75}; 75};
76 76
77#if LCD_WIDTH == 112 77#if LCD_WIDTH == 112 || LCD_WIDTH == 128
78/* Archos LCD width */ 78/* Archos Jukebox/ Ondio + Gmini LCD width */
79 79
80const unsigned char rockbox112x37[]={ 80const unsigned char rockbox112x37[]={
81 0x00, 0x00, 0x02, 0xff, 0x02, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 81 0x00, 0x00, 0x02, 0xff, 0x02, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa,
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index 224a9a3940..813d33f4fd 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -64,7 +64,7 @@ extern const unsigned char bitmap_icons_5x8[1][5];
64extern const unsigned char bitmap_icons_6x8[LastIcon][6]; 64extern const unsigned char bitmap_icons_6x8[LastIcon][6];
65extern const unsigned char bitmap_icons_7x8[Icon_Last][7]; 65extern const unsigned char bitmap_icons_7x8[Icon_Last][7];
66 66
67#if LCD_WIDTH == 112 67#if LCD_WIDTH == 112 || LCD_WIDTH == 128
68extern const unsigned char rockbox112x37[]; 68extern const unsigned char rockbox112x37[];
69#endif 69#endif
70#if LCD_WIDTH == 160 70#if LCD_WIDTH == 160