summaryrefslogtreecommitdiff
path: root/firmware/export/config/sonynwza860.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sonynwza860.h')
-rw-r--r--firmware/export/config/sonynwza860.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/firmware/export/config/sonynwza860.h b/firmware/export/config/sonynwza860.h
new file mode 100644
index 0000000000..f61dd7a4dd
--- /dev/null
+++ b/firmware/export/config/sonynwza860.h
@@ -0,0 +1,24 @@
1/*
2 * This config file is for the Sony NWZ-A860 series
3 */
4
5/* For Rolo and boot loader */
6#define MODEL_NUMBER 107
7
8#define MODEL_NAME "Sony NWZ-A860 Series"
9
10/* LCD dimensions */
11#define LCD_WIDTH 240
12#define LCD_HEIGHT 400
13/* sqrt(240^2 + 400^2) / 2.8 = 166 */
14#define LCD_DPI 166
15
16/* this device has a touchscreen */
17#define HAVE_TOUCHSCREEN
18#define HAVE_BUTTON_DATA
19
20#include "sonynwzlinux.h"
21
22/* override keypad */
23#undef CONFIG_KEYPAD
24#define CONFIG_KEYPAD SONY_NWZA860_PAD