summaryrefslogtreecommitdiffstats
path: root/firmware/export/config/sonynwa20.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sonynwa20.h')
-rw-r--r--firmware/export/config/sonynwa20.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/firmware/export/config/sonynwa20.h b/firmware/export/config/sonynwa20.h
new file mode 100644
index 0000000000..d9f6292459
--- /dev/null
+++ b/firmware/export/config/sonynwa20.h
@@ -0,0 +1,16 @@
+/*
+ * This config file is for the Sony NW-A20 series
+ */
+
+/* For Rolo and boot loader */
+#define MODEL_NUMBER 106
+
+#define MODEL_NAME "Sony NW-A20 Series"
+
+/* LCD dimensions */
+#define LCD_WIDTH 240
+#define LCD_HEIGHT 320
+/* sqrt(240^2 + 320^2) / 2 = 200 */
+#define LCD_DPI 200
+
+#include "sonynwzlinux.h"