summaryrefslogtreecommitdiffstats
path: root/firmware/export/config/ihifi760.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/ihifi760.h')
-rw-r--r--firmware/export/config/ihifi760.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/ihifi760.h b/firmware/export/config/ihifi760.h
index ea84a4a891..f31d64cac9 100644
--- a/firmware/export/config/ihifi760.h
+++ b/firmware/export/config/ihifi760.h
@@ -67,6 +67,8 @@
/* LCD dimensions */
#define LCD_WIDTH 320
#define LCD_HEIGHT 240
+/* sqrt(320^2 + 240^2) / 2.4 = 166.7 */
+#define LCD_DPI 167
#define LCD_DEPTH 16 /* pseudo 262.144 colors */
#define LCD_PIXELFORMAT RGB565 /* rgb565 */