summaryrefslogtreecommitdiff
path: root/firmware/export/config/sonynwze360.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sonynwze360.h')
-rw-r--r--firmware/export/config/sonynwze360.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/sonynwze360.h b/firmware/export/config/sonynwze360.h
index ddb197950d..685391d5f9 100644
--- a/firmware/export/config/sonynwze360.h
+++ b/firmware/export/config/sonynwze360.h
@@ -87,6 +87,8 @@
87/* LCD dimensions */ 87/* LCD dimensions */
88#define LCD_WIDTH 240 88#define LCD_WIDTH 240
89#define LCD_HEIGHT 320 89#define LCD_HEIGHT 320
90/* sqrt(240^2 + 320^2) / 2.0 = 200.0 */
91#define LCD_DPI 200
90#define LCD_DEPTH 16 /* 65536 colours */ 92#define LCD_DEPTH 16 /* 65536 colours */
91#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 93#define LCD_PIXELFORMAT RGB565 /* rgb565 */
92 94