From 0ff13c0b0de4eb34cb272041909c441806a93e59 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 25 Jan 2005 23:55:42 +0000 Subject: Enabled logo display for gmini. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5661 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/icons.c | 4 ++-- apps/recorder/icons.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/recorder') 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 -- cgit v1.2.3