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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 51c79abccf..c200355872 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -82,6 +82,7 @@
82#define CREATIVEZVM_PAD 24 82#define CREATIVEZVM_PAD 24
83#define SANSA_M200_PAD 25 83#define SANSA_M200_PAD 25
84#define CREATIVEZV_PAD 26 84#define CREATIVEZV_PAD 26
85#define PHILIPS_SA9200_PAD 27
85 86
86/* CONFIG_REMOTE_KEYPAD */ 87/* CONFIG_REMOTE_KEYPAD */
87#define H100_REMOTE 1 88#define H100_REMOTE 1
@@ -120,6 +121,7 @@
120#define LCD_CREATIVEZVM 22 /* as used by Creative Zen Vision:M */ 121#define LCD_CREATIVEZVM 22 /* as used by Creative Zen Vision:M */
121#define LCD_TL0350A 23 /* as used by the iAudio M3 remote, treated as main LCD */ 122#define LCD_TL0350A 23 /* as used by the iAudio M3 remote, treated as main LCD */
122#define LCD_COWOND2 24 /* as used by Cowon D2 - LTV250QV, TCC7801 driver */ 123#define LCD_COWOND2 24 /* as used by Cowon D2 - LTV250QV, TCC7801 driver */
124#define LCD_SA9200 25 /* as used by the Philips SA9200 */
123 125
124/* LCD_PIXELFORMAT */ 126/* LCD_PIXELFORMAT */
125#define HORIZONTAL_PACKING 1 127#define HORIZONTAL_PACKING 1
@@ -258,6 +260,8 @@
258#include "config-creativezvm60gb.h" 260#include "config-creativezvm60gb.h"
259#elif defined(CREATIVE_ZV) 261#elif defined(CREATIVE_ZV)
260#include "config-creativezv.h" 262#include "config-creativezv.h"
263#elif defined(PHILIPS_SA9200)
264#include "config-sa9200.h"
261#else 265#else
262/* no known platform */ 266/* no known platform */
263#endif 267#endif