1
0
Fork 0
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:
Andrew Ryabinin 2013-10-27 22:34:24 +04:00
parent b48e6d0e1c
commit d602717735
9 changed files with 268 additions and 7 deletions

View file

@ -67,7 +67,8 @@ main-pp.c
show_logo.c
#elif defined(MPIO_HD200) || defined(MPIO_HD300)
mpio_hd200_hd300.c
#elif defined(RK27_GENERIC) || defined(HM60X) || defined(HM801) || defined(MA9)
#elif defined(RK27_GENERIC) || defined(HM60X) || defined(HM801) \
|| defined(MA9) || defined(MA9C)
rk27xx.c
show_logo.c
#elif defined(SANSA_CONNECT)