summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansaclipv2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansaclipv2.h')
-rw-r--r--firmware/export/config/sansaclipv2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h
index a95418f134..a8ccebcf7a 100644
--- a/firmware/export/config/sansaclipv2.h
+++ b/firmware/export/config/sansaclipv2.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.0 = 143.1 */
45#define LCD_DPI 143
44#define LCD_DEPTH 1 46#define LCD_DEPTH 1
45 47
46#define LCD_PIXELFORMAT VERTICAL_PACKING 48#define LCD_PIXELFORMAT VERTICAL_PACKING