mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
e200v2: make buttons and scrollwheel work. Still ugly as we need to disable interrupts while updating the lcd.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20019 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aecc224eca
commit
2871963bee
3 changed files with 237 additions and 70 deletions
|
|
@ -30,10 +30,6 @@
|
|||
bool button_hold(void);
|
||||
void button_init_device(void);
|
||||
int button_read_device(void);
|
||||
#ifndef BOOTLOADER
|
||||
void clickwheel_int(void);
|
||||
#endif
|
||||
void button_int(void);
|
||||
|
||||
/* Sandisk Sansa E200 button codes */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue