summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansac200.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansac200.h')
-rw-r--r--firmware/export/config/sansac200.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/sansac200.h b/firmware/export/config/sansac200.h
index 1ee3d124d8..c3fd2d05e0 100644
--- a/firmware/export/config/sansac200.h
+++ b/firmware/export/config/sansac200.h
@@ -51,6 +51,8 @@
51/* LCD dimensions */ 51/* LCD dimensions */
52#define LCD_WIDTH 132 52#define LCD_WIDTH 132
53#define LCD_HEIGHT 80 53#define LCD_HEIGHT 80
54/* sqrt(132^2 + 80^2) / 1.4 = 110.3 */
55#define LCD_DPI 110
54#define LCD_DEPTH 16 /* 65536 colours */ 56#define LCD_DEPTH 16 /* 65536 colours */
55#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 57#define LCD_PIXELFORMAT RGB565 /* rgb565 */
56 58