summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansae200.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansae200.h')
-rw-r--r--firmware/export/config/sansae200.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/sansae200.h b/firmware/export/config/sansae200.h
index 9d2deb99ce..296416a91e 100644
--- a/firmware/export/config/sansae200.h
+++ b/firmware/export/config/sansae200.h
@@ -51,6 +51,8 @@
51/* LCD dimensions */ 51/* LCD dimensions */
52#define LCD_WIDTH 176 52#define LCD_WIDTH 176
53#define LCD_HEIGHT 220 53#define LCD_HEIGHT 220
54/* sqrt(176^2 + 220^2) / 1.8 = 156.5 */
55#define LCD_DPI 157
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