summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansaview.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansaview.h')
-rw-r--r--firmware/export/config/sansaview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/sansaview.h b/firmware/export/config/sansaview.h
index 2bf76927f4..d2fd679895 100644
--- a/firmware/export/config/sansaview.h
+++ b/firmware/export/config/sansaview.h
@@ -46,6 +46,8 @@
46/* LCD dimensions */ 46/* LCD dimensions */
47#define LCD_WIDTH 240 47#define LCD_WIDTH 240
48#define LCD_HEIGHT 320 48#define LCD_HEIGHT 320
49/* sqrt(240^2 + 320^2) / 2.4 = 166.7 */
50#define LCD_DPI 167
49#define LCD_DEPTH 16 /* 65536 colours */ 51#define LCD_DEPTH 16 /* 65536 colours */
50#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 52#define LCD_PIXELFORMAT RGB565 /* rgb565 */
51 53