summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-04-10 03:51:16 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-04-10 03:51:16 +0000
commita50e17a6baeddee9a3c936e78436420df10f9854 (patch)
tree5d06fcd6923d65902640d9101416021abad7c48c
parent88e2c8849d286554d1a0bf93623ffbf879f26bdf (diff)
downloadrockbox-a50e17a6baeddee9a3c936e78436420df10f9854.tar.gz
rockbox-a50e17a6baeddee9a3c936e78436420df10f9854.zip
Enable Albumart for M:Robe 500
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20673 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-mrobe500.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h
index 90bbefe329..939f09cb89 100644
--- a/firmware/export/config-mrobe500.h
+++ b/firmware/export/config-mrobe500.h
@@ -42,7 +42,7 @@
42#define HAVE_LCD_COLOR 42#define HAVE_LCD_COLOR
43 43
44/* define this if you want album art for this target */ 44/* define this if you want album art for this target */
45//#define HAVE_ALBUMART 45#define HAVE_ALBUMART
46 46
47/* define this if you have access to the quickscreen */ 47/* define this if you have access to the quickscreen */
48#define HAVE_QUICKSCREEN 48#define HAVE_QUICKSCREEN
@@ -161,7 +161,6 @@
161/* Define this if hardware supports alternate blitting */ 161/* Define this if hardware supports alternate blitting */
162#define HAVE_LCD_MODES LCD_MODE_RGB565 | LCD_MODE_YUV | LCD_MODE_PAL256 162#define HAVE_LCD_MODES LCD_MODE_RGB565 | LCD_MODE_YUV | LCD_MODE_PAL256
163 163
164/* Define this if you have a Motorola SCF5249 */
165#define CONFIG_CPU DM320 164#define CONFIG_CPU DM320
166 165
167#define CONFIG_I2C I2C_DM320 166#define CONFIG_I2C I2C_DM320