summaryrefslogtreecommitdiff
path: root/firmware/export/config/iriverh10.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/iriverh10.h')
-rw-r--r--firmware/export/config/iriverh10.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/iriverh10.h b/firmware/export/config/iriverh10.h
index d88de1cb6c..a5d0bf5d47 100644
--- a/firmware/export/config/iriverh10.h
+++ b/firmware/export/config/iriverh10.h
@@ -50,6 +50,8 @@
50/* LCD dimensions */ 50/* LCD dimensions */
51#define LCD_WIDTH 160 51#define LCD_WIDTH 160
52#define LCD_HEIGHT 128 52#define LCD_HEIGHT 128
53/* sqrt(160^2 + 128^2) / 1.5 = 136.6 */
54#define LCD_DPI 137
53#define LCD_DEPTH 16 /* 65536 colours */ 55#define LCD_DEPTH 16 /* 65536 colours */
54#define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 byte-swapped */ 56#define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 byte-swapped */
55 57