summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2008-12-10 13:00:01 +0000
committerRafaël Carré <rafael.carre@gmail.com>2008-12-10 13:00:01 +0000
commit88bb7acc0a5309420084974897b34e4f71b17949 (patch)
tree0884336c96bff61e98d4d4ff478d6ce6a56cef0f
parent995c89cb6f2173e36d644836f7644b13b1dc9a34 (diff)
downloadrockbox-88bb7acc0a5309420084974897b34e4f71b17949.tar.gz
rockbox-88bb7acc0a5309420084974897b34e4f71b17949.zip
Sansa Clip: enable tagcache, quickscreen and pitchscreen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19382 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-clip.h6
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 @@
34#define HAVE_BUTTON_LIGHT 34#define HAVE_BUTTON_LIGHT
35 35
36/* define this if you have access to the quickscreen */ 36/* define this if you have access to the quickscreen */
37//#define HAVE_QUICKSCREEN 37#define HAVE_QUICKSCREEN
38 38
39/* define this if you have access to the pitchscreen */ 39/* define this if you have access to the pitchscreen */
40//#define HAVE_PITCHSCREEN 40#define HAVE_PITCHSCREEN
41 41
42/* define this if you would like tagcache to build on this target */ 42/* define this if you would like tagcache to build on this target */
43//#define HAVE_TAGCACHE 43#define HAVE_TAGCACHE
44 44
45/* LCD dimensions */ 45/* LCD dimensions */
46#define LCD_WIDTH 128 46#define LCD_WIDTH 128