summaryrefslogtreecommitdiff
path: root/firmware/export/config/iriverifp7xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/iriverifp7xx.h')
-rw-r--r--firmware/export/config/iriverifp7xx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/iriverifp7xx.h b/firmware/export/config/iriverifp7xx.h
index c15848f677..db905c4674 100644
--- a/firmware/export/config/iriverifp7xx.h
+++ b/firmware/export/config/iriverifp7xx.h
@@ -21,6 +21,8 @@
21/* LCD dimensions */ 21/* LCD dimensions */
22#define LCD_WIDTH 128 22#define LCD_WIDTH 128
23#define LCD_HEIGHT 64 23#define LCD_HEIGHT 64
24/* sqrt(128^2 + 64^2) / 1.0 = 143.1 */
25#define LCD_DPI 143
24#define LCD_DEPTH 1 26#define LCD_DEPTH 1
25 27
26#define LCD_PIXELFORMAT VERTICAL_PACKING 28#define LCD_PIXELFORMAT VERTICAL_PACKING