summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h3
1 files changed, 3 insertions, 0 deletions
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 @@
224#define LCD_IPOD6G 40 /* as used by the iPod Nano 2nd Generation */ 224#define LCD_IPOD6G 40 /* as used by the iPod Nano 2nd Generation */
225#define LCD_FUZEPLUS 41 225#define LCD_FUZEPLUS 41
226#define LCD_SPFD5420A 42 /* rk27xx */ 226#define LCD_SPFD5420A 42 /* rk27xx */
227#define LCD_CLIPZIP 43 /* as used by the Sandisk Sansa Clip Zip */
227 228
228/* LCD_PIXELFORMAT */ 229/* LCD_PIXELFORMAT */
229#define HORIZONTAL_PACKING 1 230#define HORIZONTAL_PACKING 1
@@ -430,6 +431,8 @@ Lyre prototype 1 */
430#include "config/sansafuzev2.h" 431#include "config/sansafuzev2.h"
431#elif defined(SANSA_FUZEPLUS) 432#elif defined(SANSA_FUZEPLUS)
432#include "config/sansafuzeplus.h" 433#include "config/sansafuzeplus.h"
434#elif defined(SANSA_CLIPZIP)
435#include "config/sansaclipzip.h"
433#elif defined(SANSA_C200V2) 436#elif defined(SANSA_C200V2)
434#include "config/sansac200v2.h" 437#include "config/sansac200v2.h"
435#elif defined(SANSA_VIEW) 438#elif defined(SANSA_VIEW)