diff options
Diffstat (limited to 'firmware/export/config/ipod3g.h')
-rw-r--r-- | firmware/export/config/ipod3g.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/ipod3g.h b/firmware/export/config/ipod3g.h index d6de96bcbf..b34bd6547b 100644 --- a/firmware/export/config/ipod3g.h +++ b/firmware/export/config/ipod3g.h @@ -53,6 +53,8 @@ /* LCD dimensions */ #define LCD_WIDTH 160 #define LCD_HEIGHT 128 +/* sqrt(160^2 + 128^2) / 2.0 = 102.4 */ +#define LCD_DPI 102 #define LCD_DEPTH 2 /* 4 colours - 2bpp */ #define LCD_PIXELFORMAT HORIZONTAL_PACKING |