summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-03-25 17:09:47 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-03-25 17:09:47 +0000
commit9cfcc2b9aeed232837a9e3adf3c9a172f054a68b (patch)
tree949cb13f5b11bae5a058bb04bd84c82fa0c88922
parentb2fa459e70f326dd884289d7b5cbed25b807879c (diff)
downloadrockbox-9cfcc2b9aeed232837a9e3adf3c9a172f054a68b.tar.gz
rockbox-9cfcc2b9aeed232837a9e3adf3c9a172f054a68b.zip
Enable album art on the Onda VX747 so it can actually display cabbiev2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20532 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-ondavx747.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index f3bef714bd..b66c3ac3a3 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -51,6 +51,9 @@
51/* define this if you have a colour LCD */ 51/* define this if you have a colour LCD */
52#define HAVE_LCD_COLOR 52#define HAVE_LCD_COLOR
53 53
54/* define this if you want album art for this target */
55#define HAVE_ALBUMART
56
54/* define this if you have access to the quickscreen */ 57/* define this if you have access to the quickscreen */
55#define HAVE_QUICKSCREEN 58#define HAVE_QUICKSCREEN
56 59