From 88bb7acc0a5309420084974897b34e4f71b17949 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Wed, 10 Dec 2008 13:00:01 +0000 Subject: Sansa Clip: enable tagcache, quickscreen and pitchscreen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19382 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-clip.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware/export/config-clip.h') 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 -- cgit v1.2.3