summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansafuze.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansafuze.h')
-rw-r--r--firmware/export/config/sansafuze.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h
index e697cedaf7..c03106e4c3 100644
--- a/firmware/export/config/sansafuze.h
+++ b/firmware/export/config/sansafuze.h
@@ -93,6 +93,8 @@
93/* LCD dimensions */ 93/* LCD dimensions */
94#define LCD_WIDTH 220 94#define LCD_WIDTH 220
95#define LCD_HEIGHT 176 95#define LCD_HEIGHT 176
96/* sqrt(220^2 + 176^2) / 2.2 = 128.1 */
97#define LCD_DPI 128
96#define LCD_DEPTH 16 /* 65536 colours */ 98#define LCD_DEPTH 16 /* 65536 colours */
97#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 99#define LCD_PIXELFORMAT RGB565 /* rgb565 */
98 100