summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipod4g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/ipod4g.h')
-rw-r--r--firmware/export/config/ipod4g.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/ipod4g.h b/firmware/export/config/ipod4g.h
index 3ec15b7d8c..39890cbb19 100644
--- a/firmware/export/config/ipod4g.h
+++ b/firmware/export/config/ipod4g.h
@@ -55,6 +55,8 @@
55/* LCD dimensions */ 55/* LCD dimensions */
56#define LCD_WIDTH 160 56#define LCD_WIDTH 160
57#define LCD_HEIGHT 128 57#define LCD_HEIGHT 128
58/* sqrt(160^2 + 128^2) / 2.0 = 102.4 */
59#define LCD_DPI 102
58#define LCD_DEPTH 2 /* 4 colours - 2bpp */ 60#define LCD_DEPTH 2 /* 4 colours - 2bpp */
59#define LCD_PIXELFORMAT HORIZONTAL_PACKING 61#define LCD_PIXELFORMAT HORIZONTAL_PACKING
60 62