summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansaclipplus.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansaclipplus.h')
-rw-r--r--firmware/export/config/sansaclipplus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h
index 31337f0831..0bdf82dce4 100644
--- a/firmware/export/config/sansaclipplus.h
+++ b/firmware/export/config/sansaclipplus.h
@@ -45,6 +45,8 @@
45/* LCD dimensions */ 45/* LCD dimensions */
46#define LCD_WIDTH 128 46#define LCD_WIDTH 128
47#define LCD_HEIGHT 64 47#define LCD_HEIGHT 64
48/* sqrt(128^2 + 64^2) / 1.0 = 143.1 */
49#define LCD_DPI 143
48#define LCD_DEPTH 1 50#define LCD_DEPTH 1
49 51
50#define LCD_PIXELFORMAT VERTICAL_PACKING 52#define LCD_PIXELFORMAT VERTICAL_PACKING