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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index cd674b63f8..18adaeeca2 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -59,6 +59,7 @@
59#define GIGABEAT_PAD 10 59#define GIGABEAT_PAD 10
60#define IRIVER_H10_PAD 11 60#define IRIVER_H10_PAD 11
61#define SANSA_E200_PAD 12 61#define SANSA_E200_PAD 12
62#define ELIO_TPJ1022_PAD 13
62 63
63/* CONFIG_REMOTE_KEYPAD */ 64/* CONFIG_REMOTE_KEYPAD */
64#define H100_REMOTE 1 65#define H100_REMOTE 1
@@ -96,6 +97,7 @@
96#define LCD_GIGABEAT 12 97#define LCD_GIGABEAT 12
97#define LCD_H10 13 /* as used by iriver H10 20Gb */ 98#define LCD_H10 13 /* as used by iriver H10 20Gb */
98#define LCD_H10_5GB 14 /* as used by iriver H10 5Gb */ 99#define LCD_H10_5GB 14 /* as used by iriver H10 5Gb */
100#define LCD_TPJ1022 15 /* as used by Tatung Elio TPJ-1022 */
99 101
100/* LCD_PIXELFORMAT */ 102/* LCD_PIXELFORMAT */
101#define HORIZONTAL_PACKING 1 103#define HORIZONTAL_PACKING 1
@@ -121,6 +123,7 @@
121#define BL_H10 12 /* iriver H10 */ 123#define BL_H10 12 /* iriver H10 */
122#define BL_X5 13 /* iAudio X5 PCF50606 I2C */ 124#define BL_X5 13 /* iAudio X5 PCF50606 I2C */
123#define BL_H10_5GB 14 /* iriver H10 5/6GB */ 125#define BL_H10_5GB 14 /* iriver H10 5/6GB */
126#define BL_TPJ1022 15 /* Tatung Elio TPJ-1022 */
124 127
125/* CONFIG_I2C */ 128/* CONFIG_I2C */
126#define I2C_PLAYREC 0 /* Archos Player/Recorder style */ 129#define I2C_PLAYREC 0 /* Archos Player/Recorder style */
@@ -204,6 +207,8 @@
204#include "config-h10_5gb.h" 207#include "config-h10_5gb.h"
205#elif defined(SANSA_E200) 208#elif defined(SANSA_E200)
206#include "config-e200.h" 209#include "config-e200.h"
210#elif defined(ELIO_TPJ1022)
211#include "config-tpj1022.h"
207#else 212#else
208/* no known platform */ 213/* no known platform */
209#endif 214#endif