summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansac100.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansac100.h')
-rw-r--r--firmware/export/config/sansac100.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/sansac100.h b/firmware/export/config/sansac100.h
index cb28768684..109977ed06 100644
--- a/firmware/export/config/sansac100.h
+++ b/firmware/export/config/sansac100.h
@@ -41,6 +41,8 @@
41/* LCD dimensions */ 41/* LCD dimensions */
42#define LCD_WIDTH 128 42#define LCD_WIDTH 128
43#define LCD_HEIGHT 64 43#define LCD_HEIGHT 64
44/* sqrt(128^2 + 64^2) / 1.7 = 84.2 */
45#define LCD_DPI 84
44#define LCD_DEPTH 16 /* 65536 colours */ 46#define LCD_DEPTH 16 /* 65536 colours */
45#define LCD_PIXELFORMAT RGB565 /*rgb565*/ 47#define LCD_PIXELFORMAT RGB565 /*rgb565*/
46 48