diff options
| author | Karl Kurbjun <kkurbjun@gmail.com> | 2009-04-10 03:51:16 +0000 |
|---|---|---|
| committer | Karl Kurbjun <kkurbjun@gmail.com> | 2009-04-10 03:51:16 +0000 |
| commit | a50e17a6baeddee9a3c936e78436420df10f9854 (patch) | |
| tree | 5d06fcd6923d65902640d9101416021abad7c48c | |
| parent | 88e2c8849d286554d1a0bf93623ffbf879f26bdf (diff) | |
| download | rockbox-a50e17a6baeddee9a3c936e78436420df10f9854.zip rockbox-a50e17a6baeddee9a3c936e78436420df10f9854.tar.gz rockbox-a50e17a6baeddee9a3c936e78436420df10f9854.tar.bz2 rockbox-a50e17a6baeddee9a3c936e78436420df10f9854.tar.xz | |
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.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h index 90bbefe..939f09c 100644 --- a/firmware/export/config-mrobe500.h +++ b/firmware/export/config-mrobe500.h @@ -42,7 +42,7 @@ #define HAVE_LCD_COLOR /* define this if you want album art for this target */ -//#define HAVE_ALBUMART +#define HAVE_ALBUMART /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN @@ -161,7 +161,6 @@ /* Define this if hardware supports alternate blitting */ #define HAVE_LCD_MODES LCD_MODE_RGB565 | LCD_MODE_YUV | LCD_MODE_PAL256 -/* Define this if you have a Motorola SCF5249 */ #define CONFIG_CPU DM320 #define CONFIG_I2C I2C_DM320 |