summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansam200.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansam200.h')
-rw-r--r--firmware/export/config/sansam200.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/sansam200.h b/firmware/export/config/sansam200.h
index 378f79ba2b..fa4a129e26 100644
--- a/firmware/export/config/sansam200.h
+++ b/firmware/export/config/sansam200.h
@@ -42,6 +42,8 @@
42/* LCD dimensions */ 42/* LCD dimensions */
43#define LCD_WIDTH 128 43#define LCD_WIDTH 128
44#define LCD_HEIGHT 64 44#define LCD_HEIGHT 64
45/* sqrt(128^2 + 64^2) / 1.8 = 79.5 */
46#define LCD_DPI 80
45#define LCD_DEPTH 1 47#define LCD_DEPTH 1
46 48
47#define LCD_PIXELFORMAT VERTICAL_PACKING 49#define LCD_PIXELFORMAT VERTICAL_PACKING