mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
Introduce IHIFI760/960 targets.
Change-Id: Ie36e48742c0ed9aa3fd6f49aa034a11d2492327c
This commit is contained in:
parent
04c59b8a15
commit
5b5f0755d6
18 changed files with 1212 additions and 2 deletions
|
|
@ -151,6 +151,7 @@
|
|||
#define SONY_NWZ_PAD 57
|
||||
#define CREATIVE_ZEN_PAD 58
|
||||
#define SAMSUNG_YPZ5_PAD 59
|
||||
#define IHIFI_PAD 60
|
||||
|
||||
/* CONFIG_REMOTE_KEYPAD */
|
||||
#define H100_REMOTE 1
|
||||
|
|
@ -260,6 +261,7 @@
|
|||
#define LCD_ILI9342C 57 /* another type of lcd used by HiFi E.T MA9/MA8 */
|
||||
#define LCD_CREATIVEZENV 58 /* as used by the Creativr Zen V (Plus) */
|
||||
#define LCD_SAMSUNGYPZ5 59 /* as used by Samsung YP-Z5 */
|
||||
#define LCD_IHIFI 60 /* as used by IHIFI 760/960 */
|
||||
|
||||
/* LCD_PIXELFORMAT */
|
||||
#define HORIZONTAL_PACKING 1
|
||||
|
|
@ -550,6 +552,10 @@ Lyre prototype 1 */
|
|||
#include "config/sonynwze360.h"
|
||||
#elif defined(SAMSUNG_YPZ5)
|
||||
#include "config/samsungypz5.h"
|
||||
#elif defined(IHIFI760)
|
||||
#include "config/ihifi760.h"
|
||||
#elif defined(IHIFI960)
|
||||
#include "config/ihifi960.h"
|
||||
#else
|
||||
/* no known platform */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue