forked from len0rd/rockbox
Introduce HiFi E.T. MA9C port.
The only difference between this target and HiFi E.T. MA9 is display driver (ILI9342 in MA9 and ILI9342c in MA9C) Change-Id: Icc3d2490f850902a653175360f12283f3708bbb7
This commit is contained in:
parent
b48e6d0e1c
commit
d602717735
9 changed files with 268 additions and 7 deletions
|
|
@ -256,6 +256,7 @@
|
|||
#define LCD_NWZE360 52 /* as used by Sony NWZ-E360 series */
|
||||
#define LCD_CREATIVEZEN 55 /* as used by the Creative ZEN (X-Fi) (LMS250GF03-001(S6D0139)) */
|
||||
#define LCD_CREATIVEZENMOZAIC 56 /* as used by the Creative ZEN Mozaic (FGD0801) */
|
||||
#define LCD_ILI9342C 57 /* another type of lcd used by HiFi E.T MA9/MA8 */
|
||||
|
||||
/* LCD_PIXELFORMAT */
|
||||
#define HORIZONTAL_PACKING 1
|
||||
|
|
@ -532,6 +533,8 @@ Lyre prototype 1 */
|
|||
#include "config/creativezen.h"
|
||||
#elif defined(MA9)
|
||||
#include "config/hifietma9.h"
|
||||
#elif defined(MA9C)
|
||||
#include "config/hifietma9c.h"
|
||||
#elif defined(SONY_NWZE370)
|
||||
#include "config/sonynwze370.h"
|
||||
#elif defined(SONY_NWZE360)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue