summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2008-05-03 15:38:15 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2008-05-03 15:38:15 +0000
commit28df6bf869353d9a288f7a11cb7341177cc6b386 (patch)
tree44af9bfb74e49715012d5018ff73058df289598a /firmware/export
parent5df4405317890cc4a84edcfe827a765b52a712c9 (diff)
downloadrockbox-28df6bf869353d9a288f7a11cb7341177cc6b386.tar.gz
rockbox-28df6bf869353d9a288f7a11cb7341177cc6b386.zip
The Gigabeat S can do album art.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17328 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-gigabeat-s.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h
index 3e36e0c7ea..c1b7f93c89 100644
--- a/firmware/export/config-gigabeat-s.h
+++ b/firmware/export/config-gigabeat-s.h
@@ -19,6 +19,9 @@
19/* define this if you have a colour LCD */ 19/* define this if you have a colour LCD */
20#define HAVE_LCD_COLOR 20#define HAVE_LCD_COLOR
21 21
22/* define this if you want album art for this target */
23#define HAVE_ALBUMART
24
22/* define this if you have access to the quickscreen */ 25/* define this if you have access to the quickscreen */
23#define HAVE_QUICKSCREEN 26#define HAVE_QUICKSCREEN
24 27