diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-03-25 17:09:47 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-03-25 17:09:47 +0000 |
| commit | 9cfcc2b9aeed232837a9e3adf3c9a172f054a68b (patch) | |
| tree | 949cb13f5b11bae5a058bb04bd84c82fa0c88922 | |
| parent | b2fa459e70f326dd884289d7b5cbed25b807879c (diff) | |
| download | rockbox-9cfcc2b9aeed232837a9e3adf3c9a172f054a68b.zip rockbox-9cfcc2b9aeed232837a9e3adf3c9a172f054a68b.tar.gz rockbox-9cfcc2b9aeed232837a9e3adf3c9a172f054a68b.tar.bz2 rockbox-9cfcc2b9aeed232837a9e3adf3c9a172f054a68b.tar.xz | |
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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h index f3bef71..b66c3ac 100644 --- a/firmware/export/config-ondavx747.h +++ b/firmware/export/config-ondavx747.h @@ -51,6 +51,9 @@ /* define this if you have a colour LCD */ #define HAVE_LCD_COLOR +/* define this if you want album art for this target */ +#define HAVE_ALBUMART + /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN |