diff options
| author | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2008-05-03 15:38:15 +0000 |
|---|---|---|
| committer | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2008-05-03 15:38:15 +0000 |
| commit | 28df6bf869353d9a288f7a11cb7341177cc6b386 (patch) | |
| tree | 44af9bfb74e49715012d5018ff73058df289598a | |
| parent | 5df4405317890cc4a84edcfe827a765b52a712c9 (diff) | |
| download | rockbox-28df6bf869353d9a288f7a11cb7341177cc6b386.zip rockbox-28df6bf869353d9a288f7a11cb7341177cc6b386.tar.gz rockbox-28df6bf869353d9a288f7a11cb7341177cc6b386.tar.bz2 rockbox-28df6bf869353d9a288f7a11cb7341177cc6b386.tar.xz | |
The Gigabeat S can do album art.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17328 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-gigabeat-s.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h index 3e36e0c..c1b7f93 100644 --- a/firmware/export/config-gigabeat-s.h +++ b/firmware/export/config-gigabeat-s.h @@ -19,6 +19,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 |