summaryrefslogtreecommitdiff
path: root/firmware/export/config/hifietma8c.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/hifietma8c.h')
-rw-r--r--firmware/export/config/hifietma8c.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/hifietma8c.h b/firmware/export/config/hifietma8c.h
index 4e2d605523..897716b3c8 100644
--- a/firmware/export/config/hifietma8c.h
+++ b/firmware/export/config/hifietma8c.h
@@ -62,6 +62,8 @@
62/* LCD dimensions */ 62/* LCD dimensions */
63#define LCD_WIDTH 320 63#define LCD_WIDTH 320
64#define LCD_HEIGHT 240 64#define LCD_HEIGHT 240
65/* sqrt(320^2 + 240^2) / 2.4 = 169.5 */
66#define LCD_DPI 169
65#define LCD_DEPTH 16 /* pseudo 262.144 colors */ 67#define LCD_DEPTH 16 /* pseudo 262.144 colors */
66#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 68#define LCD_PIXELFORMAT RGB565 /* rgb565 */
67 69