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 0d15ab6a33..14664257bf 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -166,6 +166,7 @@
166#define SAMSUNG_YH92X_PAD 62 166#define SAMSUNG_YH92X_PAD 62
167#define DX50_PAD 63 167#define DX50_PAD 63
168#define SONY_NWZA860_PAD 64 /* The NWZ-A860 is too different (touchscreen) */ 168#define SONY_NWZA860_PAD 64 /* The NWZ-A860 is too different (touchscreen) */
169#define AGPTEK_ROCKER_PAD 65
169 170
170/* CONFIG_REMOTE_KEYPAD */ 171/* CONFIG_REMOTE_KEYPAD */
171#define H100_REMOTE 1 172#define H100_REMOTE 1
@@ -279,6 +280,7 @@
279#define LCD_CREATIVEZENXFISTYLE 61 /* as used by Creative Zen X-Fi Style */ 280#define LCD_CREATIVEZENXFISTYLE 61 /* as used by Creative Zen X-Fi Style */
280#define LCD_SAMSUNGYPR1 62 /* as used by Samsung YP-R1 */ 281#define LCD_SAMSUNGYPR1 62 /* as used by Samsung YP-R1 */
281#define LCD_NWZ_LINUX 63 /* as used in the Linux-based NWZ series */ 282#define LCD_NWZ_LINUX 63 /* as used in the Linux-based NWZ series */
283#define LCD_INGENIC_LINUX 64
282 284
283/* LCD_PIXELFORMAT */ 285/* LCD_PIXELFORMAT */
284#define HORIZONTAL_PACKING 1 286#define HORIZONTAL_PACKING 1
@@ -288,6 +290,7 @@
288#define RGB565 565 290#define RGB565 565
289#define RGB565SWAPPED 3553 291#define RGB565SWAPPED 3553
290#define RGB888 888 292#define RGB888 888
293#define XRGB8888 8888
291 294
292/* LCD_STRIDEFORMAT */ 295/* LCD_STRIDEFORMAT */
293#define VERTICAL_STRIDE 1 296#define VERTICAL_STRIDE 1
@@ -601,6 +604,8 @@ Lyre prototype 1 */
601#include "config/sonynwzs750.h" 604#include "config/sonynwzs750.h"
602#elif defined(SONY_NWZE350) 605#elif defined(SONY_NWZE350)
603#include "config/sonynwze350.h" 606#include "config/sonynwze350.h"
607#elif defined(AGPTEK_ROCKER)
608#include "config/agptekrocker.h"
604#else 609#else
605/* no known platform */ 610/* no known platform */
606#endif 611#endif