summaryrefslogtreecommitdiffstats
path: root/firmware/export/config/sonynwzs750.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sonynwzs750.h')
-rw-r--r--firmware/export/config/sonynwzs750.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/firmware/export/config/sonynwzs750.h b/firmware/export/config/sonynwzs750.h
new file mode 100644
index 0000000000..c8be74bc04
--- /dev/null
+++ b/firmware/export/config/sonynwzs750.h
@@ -0,0 +1,17 @@
+/*
+ * This config file is for the Sony NWZ-S750 series
+ */
+
+/* For Rolo and boot loader */
+#define MODEL_NUMBER 108
+
+#define MODEL_NAME "Sony NWZ-S750 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"
+