summaryrefslogtreecommitdiffstats
path: root/firmware/export/config/creativezenxfistyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/creativezenxfistyle.h')
-rw-r--r--firmware/export/config/creativezenxfistyle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/creativezenxfistyle.h b/firmware/export/config/creativezenxfistyle.h
index 3dbfa9c855..7b8415c8c8 100644
--- a/firmware/export/config/creativezenxfistyle.h
+++ b/firmware/export/config/creativezenxfistyle.h
@@ -101,6 +101,8 @@
#define LCD_WIDTH 320
#define LCD_HEIGHT 240
#define LCD_DEPTH 16 /* 65536 colours */
+/* sqrt(320^2 + 240^2) / 2.4 = 166.66 */
+#define LCD_DPI 167
#define LCD_PIXELFORMAT RGB565 /* rgb565 */
/* Define this if you have a software controlled poweroff */
@@ -199,5 +201,3 @@
#define BOOTDIR "/.rockbox"
#define INCLUDE_TIMEOUT_API
-
-