1
0
Fork 0
forked from len0rd/rockbox

Iaudio m3: implement lcd_get_dpi() (aka fix red).

Change-Id: I66dbbb4d8795cf1274fc721bf0e8769b8f757c31
This commit is contained in:
Thomas Martitz 2014-03-03 17:38:43 +01:00
parent fff981bf6d
commit 8bae5f2644

View file

@ -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