summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2011-11-08 09:36:35 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2011-11-08 09:36:35 +0000
commit452a3ce2742949e184d6bc9c9b1f7985dae3e874 (patch)
tree60c1cade47586f4239dfae690cc605e888db2a32 /firmware
parent64c73c4751365d890a8c0060fe14ae15e828d12a (diff)
downloadrockbox-452a3ce2742949e184d6bc9c9b1f7985dae3e874.tar.gz
rockbox-452a3ce2742949e184d6bc9c9b1f7985dae3e874.zip
Put icons on buflib:
Removes the max icon size limitation and doesnt waste RAM git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30931 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config/mrobe500.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/export/config/mrobe500.h b/firmware/export/config/mrobe500.h
index b8f2c62cf1..590f8a95f9 100644
--- a/firmware/export/config/mrobe500.h
+++ b/firmware/export/config/mrobe500.h
@@ -112,9 +112,6 @@
112#define LCD_DEPTH 16 /* 65k colours */ 112#define LCD_DEPTH 16 /* 65k colours */
113#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 113#define LCD_PIXELFORMAT RGB565 /* rgb565 */
114 114
115#define MAX_ICON_HEIGHT 35
116#define MAX_ICON_WIDTH 35
117
118/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE 115/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
119 should be defined as well. */ 116 should be defined as well. */
120#define HAVE_LCD_SLEEP 117#define HAVE_LCD_SLEEP