summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansafuzeplus.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansafuzeplus.h')
-rw-r--r--firmware/export/config/sansafuzeplus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h
index 2457da8566..369e798528 100644
--- a/firmware/export/config/sansafuzeplus.h
+++ b/firmware/export/config/sansafuzeplus.h
@@ -89,6 +89,8 @@
89/* LCD dimensions */ 89/* LCD dimensions */
90#define LCD_WIDTH 240 90#define LCD_WIDTH 240
91#define LCD_HEIGHT 320 91#define LCD_HEIGHT 320
92/* sqrt(240^2 + 320^2) / 2.4 = 166.7 */
93#define LCD_DPI 167
92#define LCD_DEPTH 16 /* 65536 colours */ 94#define LCD_DEPTH 16 /* 65536 colours */
93#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 95#define LCD_PIXELFORMAT RGB565 /* rgb565 */
94 96