summaryrefslogtreecommitdiff
path: root/firmware/export/config/hifimanhm60x.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/hifimanhm60x.h')
-rw-r--r--firmware/export/config/hifimanhm60x.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/hifimanhm60x.h b/firmware/export/config/hifimanhm60x.h
index f5b768defe..dbd7478338 100644
--- a/firmware/export/config/hifimanhm60x.h
+++ b/firmware/export/config/hifimanhm60x.h
@@ -67,6 +67,8 @@
67/* LCD dimensions */ 67/* LCD dimensions */
68#define LCD_WIDTH 220 68#define LCD_WIDTH 220
69#define LCD_HEIGHT 176 69#define LCD_HEIGHT 176
70/* sqrt(220^2 + 176^2) / 2.0 = 140.9 */
71#define LCD_DPI 141
70#define LCD_DEPTH 16 /* pseudo 262.144 colors */ 72#define LCD_DEPTH 16 /* pseudo 262.144 colors */
71#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 73#define LCD_PIXELFORMAT RGB565 /* rgb565 */
72 74