mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
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
This commit is contained in:
parent
b2e76da144
commit
f0a601dab6
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@
|
|||
/* LCD dimensions */
|
||||
#define LCD_WIDTH 240
|
||||
#define LCD_HEIGHT 320
|
||||
#define LCD_DPI 114 /* 400 pixels diagonally / 3.5 inch */
|
||||
/* The LCD is configured for RGB565 */
|
||||
#define LCD_DEPTH 16 /* 65536 colours */
|
||||
#define LCD_PIXELFORMAT RGB565 /* rgb565 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue