summaryrefslogtreecommitdiff
path: root/firmware/export/config/iriverh10_5gb.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/iriverh10_5gb.h')
-rw-r--r--firmware/export/config/iriverh10_5gb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/iriverh10_5gb.h b/firmware/export/config/iriverh10_5gb.h
index 5df47c9f96..9d52c8b317 100644
--- a/firmware/export/config/iriverh10_5gb.h
+++ b/firmware/export/config/iriverh10_5gb.h
@@ -50,6 +50,8 @@
50/* LCD dimensions */ 50/* LCD dimensions */
51#define LCD_WIDTH 128 51#define LCD_WIDTH 128
52#define LCD_HEIGHT 128 52#define LCD_HEIGHT 128
53/* sqrt(128^2 + 128^2) / 1.5 = 120.7 */
54#define LCD_DPI 121
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