summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansam200v4.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansam200v4.h')
-rw-r--r--firmware/export/config/sansam200v4.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/sansam200v4.h b/firmware/export/config/sansam200v4.h
index ecf3494c7f..f6b2ebc006 100644
--- a/firmware/export/config/sansam200v4.h
+++ b/firmware/export/config/sansam200v4.h
@@ -52,6 +52,8 @@
52/* LCD dimensions */ 52/* LCD dimensions */
53#define LCD_WIDTH 128 53#define LCD_WIDTH 128
54#define LCD_HEIGHT 64 54#define LCD_HEIGHT 64
55/* sqrt(128^2 + 64^2) / 1.8 = 79.5 */
56#define LCD_DPI 80
55#define LCD_DEPTH 1 57#define LCD_DEPTH 1
56 58
57#define LCD_PIXELFORMAT VERTICAL_PACKING 59#define LCD_PIXELFORMAT VERTICAL_PACKING