summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2011-06-25 15:29:32 +0000
committerBertrik Sikken <bertrik@sikken.nl>2011-06-25 15:29:32 +0000
commitf0a601dab66bc30cb5112cdccb46028eee953f2b (patch)
treec227ffeb636087f507a670395d0a7e72647c92c2
parentb2e76da144d94a43c921e4b51237250fe2a3db8f (diff)
downloadrockbox-f0a601dab66bc30cb5112cdccb46028eee953f2b.tar.gz
rockbox-f0a601dab66bc30cb5112cdccb46028eee953f2b.zip
Define an LCD_DPI for the mini2440 (this change makes the mini2440 compile again)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30068 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config/mini2440.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config/mini2440.h b/firmware/export/config/mini2440.h
index 614db201fb..4b4a137110 100644
--- a/firmware/export/config/mini2440.h
+++ b/firmware/export/config/mini2440.h
@@ -60,6 +60,7 @@
60/* LCD dimensions */ 60/* LCD dimensions */
61#define LCD_WIDTH 240 61#define LCD_WIDTH 240
62#define LCD_HEIGHT 320 62#define LCD_HEIGHT 320
63#define LCD_DPI 114 /* 400 pixels diagonally / 3.5 inch */
63/* The LCD is configured for RGB565 */ 64/* The LCD is configured for RGB565 */
64#define LCD_DEPTH 16 /* 65536 colours */ 65#define LCD_DEPTH 16 /* 65536 colours */
65#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 66#define LCD_PIXELFORMAT RGB565 /* rgb565 */