From 463b3ed8b2630d1b9d656dd2a52bbcbd429b4c08 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 27 Aug 2011 16:21:19 +0000 Subject: Initial framework for the Sandisk Sansa Clip Zip git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30365 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config.h') diff --git a/firmware/export/config.h b/firmware/export/config.h index 036354180c..57e6bb8a59 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -224,6 +224,7 @@ #define LCD_IPOD6G 40 /* as used by the iPod Nano 2nd Generation */ #define LCD_FUZEPLUS 41 #define LCD_SPFD5420A 42 /* rk27xx */ +#define LCD_CLIPZIP 43 /* as used by the Sandisk Sansa Clip Zip */ /* LCD_PIXELFORMAT */ #define HORIZONTAL_PACKING 1 @@ -430,6 +431,8 @@ Lyre prototype 1 */ #include "config/sansafuzev2.h" #elif defined(SANSA_FUZEPLUS) #include "config/sansafuzeplus.h" +#elif defined(SANSA_CLIPZIP) +#include "config/sansaclipzip.h" #elif defined(SANSA_C200V2) #include "config/sansac200v2.h" #elif defined(SANSA_VIEW) -- cgit v1.2.3