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