forked from len0rd/rockbox
Iaudio m3: implement lcd_get_dpi() (aka fix red).
Change-Id: I66dbbb4d8795cf1274fc721bf0e8769b8f757c31
This commit is contained in:
parent
fff981bf6d
commit
8bae5f2644
1 changed files with 3 additions and 1 deletions
|
|
@ -50,10 +50,12 @@
|
|||
/* define this if you would like tagcache to build on this target */
|
||||
#define HAVE_TAGCACHE
|
||||
|
||||
/* LCD dimensions */
|
||||
/* Remote LCD dimensions (no main display) */
|
||||
#define LCD_WIDTH 128
|
||||
#define LCD_HEIGHT 96
|
||||
#define LCD_DEPTH 2
|
||||
/* sqrt(128^2 + 96^2) / 1.25 = 128 */
|
||||
#define LCD_DPI 128
|
||||
|
||||
#define LCD_PIXELFORMAT VERTICAL_INTERLEAVED
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue