Initial commit for the Creative ZEN V

Change-Id: I3408cfdf742ea5995d5c87bf76653f436e1ec2b0
This commit is contained in:
Amaury Pouly 2013-11-18 20:07:02 +00:00
parent a8b816ae9c
commit 977a6c3ce7
18 changed files with 300 additions and 10 deletions

View file

@ -47,8 +47,12 @@ bool button_debug_screen(void);
#define BUTTON_TOPLEFT 0x00001000
#define BUTTON_TOPRIGHT 0x00002000
#endif
#ifdef CREATIVE_ZENV
#define BUTTON_VOL_UP 0x00004000
#define BUTTON_VOL_DOWN 0x00008000
#endif
#define BUTTON_MAIN 0x00003fff
#define BUTTON_MAIN 0x0000ffff
/* Software power-off */
#define POWEROFF_BUTTON BUTTON_POWER