mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-14 23:52:26 -05:00
fuze+: implement Synaptics RMI driver on top of i2c, add touchpad debug screen, bootloader enters debug screen by default
Since the bootloader currently always fails at storage point (unimplemented), always enter touchpad debug screen and power off which pressing power button. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29859 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bc315ad731
commit
86e8c28330
6 changed files with 283 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
void button_init_device(void);
|
||||
int button_read_device(void);
|
||||
void button_debug_screen(void);
|
||||
|
||||
/* Main unit's buttons */
|
||||
#define BUTTON_POWER 0x00000001
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue