summaryrefslogtreecommitdiff
path: root/firmware/export/config/iriverh100.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/iriverh100.h')
-rw-r--r--firmware/export/config/iriverh100.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/iriverh100.h b/firmware/export/config/iriverh100.h
index 97dced732d..ac314c5342 100644
--- a/firmware/export/config/iriverh100.h
+++ b/firmware/export/config/iriverh100.h
@@ -41,6 +41,8 @@
41/* LCD dimensions */ 41/* LCD dimensions */
42#define LCD_WIDTH 160 42#define LCD_WIDTH 160
43#define LCD_HEIGHT 128 43#define LCD_HEIGHT 128
44/* sqrt(160^2 + 128^2) / 1.9 = 107.8 */
45#define LCD_DPI 108
44#define LCD_DEPTH 2 46#define LCD_DEPTH 2
45 47
46#define LCD_PIXELFORMAT VERTICAL_PACKING 48#define LCD_PIXELFORMAT VERTICAL_PACKING