1
0
Fork 0
forked from len0rd/rockbox
foxbox/firmware/target/arm/tcc780x/cowond2
Jonathan Gordon 5b5a626bb6 Setup the touchpads to have two modes - stylus and button - and set them in button mode by default.
in button mode the touchpad is split into a 3x3 grid for 9 seperate buttons which can be used by the action system like real buttons.
Unify the keymap file for the touchpads in button mode. the target keymap file only needs to worry about real buttons.
(As these ports mature each screen will need to be fixed seperatly to be able to use stylus mode (the lists can already but don't change mode just yet.)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17114 a1c6a512-1295-4272-9138-f99709370657
2008-04-15 10:35:11 +00:00
..
adc-target.h Initial Cowon D2 commit: 2008-01-14 22:04:48 +00:00
backlight-cowond2.c D2: Adjustable backlight brightness (sometimes fails when boosted, suggests I2C timing needs adjustment). Tweak lcd_enable() to behave more like other targets. 2008-04-04 20:55:58 +00:00
backlight-target.h D2: Adjustable backlight brightness (sometimes fails when boosted, suggests I2C timing needs adjustment). Tweak lcd_enable() to behave more like other targets. 2008-04-04 20:55:58 +00:00
button-cowond2.c D2: Implement HAS_BUTTON_HOLD. 2008-03-22 15:55:19 +00:00
button-target.h Setup the touchpads to have two modes - stylus and button - and set them in button mode by default. 2008-04-15 10:35:11 +00:00
i2c-target.h Initial Cowon D2 commit: 2008-01-14 22:04:48 +00:00
lcd-cowond2.c D2: Adjustable backlight brightness (sometimes fails when boosted, suggests I2C timing needs adjustment). Tweak lcd_enable() to behave more like other targets. 2008-04-04 20:55:58 +00:00
pcm-cowond2.c Initial Cowon D2 commit: 2008-01-14 22:04:48 +00:00
power-cowond2.c D2: Charging detection, plus basic PCF50606 interrupt handler. 2008-04-12 18:17:15 +00:00
powermgmt-cowond2.c Fix cut'n'pasterelated yellows. 2008-04-12 18:34:35 +00:00
usb-cowond2.c D2: Remove USB detection as it's not actually on GPIOC26 (that's a charging indicator). Remove those warnings as I'm well aware USB isn't implemented. 2008-04-11 21:23:51 +00:00