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 ) int font_h, font_w; lcd_clear_display(); -#if LCD_WIDTH == 112 +#if LCD_WIDTH == 112 || LCD_WIDTH == 128 lcd_bitmap(rockbox112x37, 0, 10, 112, 37, false); #endif #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] = {0x20,0x30,0x38,0x3c,0x38,0x30,0x20}, /* Up-arrow */ }; -#if LCD_WIDTH == 112 -/* Archos LCD width */ +#if LCD_WIDTH == 112 || LCD_WIDTH == 128 +/* Archos Jukebox/ Ondio + Gmini LCD width */ const unsigned char rockbox112x37[]={ 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]; extern const unsigned char bitmap_icons_6x8[LastIcon][6]; extern const unsigned char bitmap_icons_7x8[Icon_Last][7]; -#if LCD_WIDTH == 112 +#if LCD_WIDTH == 112 || LCD_WIDTH == 128 extern const unsigned char rockbox112x37[]; #endif #if LCD_WIDTH == 160