summaryrefslogtreecommitdiff
path: root/firmware/export/config/sonynwze370.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sonynwze370.h')
-rw-r--r--firmware/export/config/sonynwze370.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/sonynwze370.h b/firmware/export/config/sonynwze370.h
index 412200a4ce..053d103f2e 100644
--- a/firmware/export/config/sonynwze370.h
+++ b/firmware/export/config/sonynwze370.h
@@ -84,6 +84,8 @@
84/* LCD dimensions */ 84/* LCD dimensions */
85#define LCD_WIDTH 128 85#define LCD_WIDTH 128
86#define LCD_HEIGHT 160 86#define LCD_HEIGHT 160
87/* sqrt(128^2 + 160^2) / 1.7 = 120.5 */
88#define LCD_DPI 121
87#define LCD_DEPTH 16 /* 65536 colours */ 89#define LCD_DEPTH 16 /* 65536 colours */
88#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 90#define LCD_PIXELFORMAT RGB565 /* rgb565 */
89 91