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.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 70e2c792d0..8a1adeaac8 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -112,6 +112,7 @@
112#define SAMSUNG_YH_PAD 38 112#define SAMSUNG_YH_PAD 38
113#define ONDAVX777_PAD 39 113#define ONDAVX777_PAD 39
114#define SAMSUNG_YPS3_PAD 40 114#define SAMSUNG_YPS3_PAD 40
115#define MINI2440_PAD 41
115 116
116/* CONFIG_REMOTE_KEYPAD */ 117/* CONFIG_REMOTE_KEYPAD */
117#define H100_REMOTE 1 118#define H100_REMOTE 1
@@ -192,10 +193,11 @@
192#define LCD_ONDAVX767 30 /* as used by the Onda VX767 */ 193#define LCD_ONDAVX767 30 /* as used by the Onda VX767 */
193#define LCD_SSD1303 31 /* as used by the Sansa Clip */ 194#define LCD_SSD1303 31 /* as used by the Sansa Clip */
194#define LCD_FUZE 32 /* as used by the Sansa Fuze */ 195#define LCD_FUZE 32 /* as used by the Sansa Fuze */
195#define LCD_LYRE_PROTO1 33 /* as used by the Lyre */ 196#define LCD_LYRE_PROTO1 33 /* as used by the Lyre prototype 1 */
196#define LCD_YH925 34 /* as used by Samsung YH-925 (similar to the H10 20GB) */ 197#define LCD_YH925 34 /* as used by Samsung YH-925 (similar to the H10 20GB) */
197#define LCD_VIEW 35 /* as used by the Sansa View */ 198#define LCD_VIEW 35 /* as used by the Sansa View */
198#define LCD_NANO2G 36 /* as used by the iPod Nano 2nd Generation */ 199#define LCD_NANO2G 36 /* as used by the iPod Nano 2nd Generation */
200#define LCD_MINI2440 37 /* as used by the Mini2440 */
199 201
200/* LCD_PIXELFORMAT */ 202/* LCD_PIXELFORMAT */
201#define HORIZONTAL_PACKING 1 203#define HORIZONTAL_PACKING 1
@@ -216,7 +218,7 @@
216 218
217/* CONFIG_I2C */ 219/* CONFIG_I2C */
218#define I2C_NONE 0 /* For targets that do not use I2C - as the 220#define I2C_NONE 0 /* For targets that do not use I2C - as the
219Lyre prototype 1*/ 221Lyre prototype 1 */
220#define I2C_PLAYREC 1 /* Archos Player/Recorder style */ 222#define I2C_PLAYREC 1 /* Archos Player/Recorder style */
221#define I2C_ONDIO 2 /* Ondio style */ 223#define I2C_ONDIO 2 /* Ondio style */
222#define I2C_COLDFIRE 3 /* Coldfire style */ 224#define I2C_COLDFIRE 3 /* Coldfire style */
@@ -386,6 +388,8 @@ Lyre prototype 1*/
386#include "config-view.h" 388#include "config-view.h"
387#elif defined(LYRE_PROTO1) 389#elif defined(LYRE_PROTO1)
388#include "config-lyre_proto1.h" 390#include "config-lyre_proto1.h"
391#elif defined(MINI2440)
392#include "config-mini2440.h"
389#elif defined(SAMSUNG_YH820) 393#elif defined(SAMSUNG_YH820)
390#include "config-yh820.h" 394#include "config-yh820.h"
391#elif defined(SAMSUNG_YH920) 395#elif defined(SAMSUNG_YH920)