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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/recorder/icons.h') 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