diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2008-12-10 13:00:01 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2008-12-10 13:00:01 +0000 |
commit | 88bb7acc0a5309420084974897b34e4f71b17949 (patch) | |
tree | 0884336c96bff61e98d4d4ff478d6ce6a56cef0f /firmware | |
parent | 995c89cb6f2173e36d644836f7644b13b1dc9a34 (diff) |
Sansa Clip: enable tagcache, quickscreen and pitchscreen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19382 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/config-clip.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h index 40630bb75a..0a6164fbb6 100644 --- a/firmware/export/config-clip.h +++ b/firmware/export/config-clip.h @@ -34,13 +34,13 @@ #define HAVE_BUTTON_LIGHT /* define this if you have access to the quickscreen */ -//#define HAVE_QUICKSCREEN +#define HAVE_QUICKSCREEN /* define this if you have access to the pitchscreen */ -//#define HAVE_PITCHSCREEN +#define HAVE_PITCHSCREEN /* define this if you would like tagcache to build on this target */ -//#define HAVE_TAGCACHE +#define HAVE_TAGCACHE /* LCD dimensions */ #define LCD_WIDTH 128 |