Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#9129 - Cowon D2 touchpad switching mode

Attached to Project: Rockbox
Opened by Maurus Cuelenaere (mcuelenaere) - Saturday, 28 June 2008, 21:51 GMT+2
Last edited by Maurus Cuelenaere (mcuelenaere) - Thursday, 28 May 2009, 16:13 GMT+2
Task Type Patches
Category LCD
Status Closed
Assigned To No-one
Player Type Another
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

This patch makes it able to switch between the 2 touchpad modes when pressing the PLUS & MINUS button combo.
   D2.diff (0.5 KiB)
 firmware/target/arm/tcc780x/cowond2/button-cowond2.c |    2 ++
 1 file changed, 2 insertions(+)

This task depends upon

Closed by  Maurus Cuelenaere (mcuelenaere)
Thursday, 28 May 2009, 16:13 GMT+2
Reason for closing:  Fixed
Additional comments about closing:  Most screens (and plugins) seem to either be adapted or switch to grid mode so this isn't needed anymore..
Comment by Maurus Cuelenaere (mcuelenaere) - Sunday, 29 June 2008, 16:58 GMT+2
Sync with SVN
   D2.diff (0.5 KiB)
 firmware/target/arm/tcc780x/cowond2/button-cowond2.c |    3 +++
 1 file changed, 3 insertions(+)

Comment by Maurus Cuelenaere (mcuelenaere) - Monday, 30 June 2008, 21:49 GMT+2
Fix typo
   D2.diff (0.5 KiB)
 firmware/target/arm/tcc780x/cowond2/button-cowond2.c |    3 +++
 1 file changed, 3 insertions(+)

Comment by Rob Purchase (shotofadds) - Tuesday, 24 March 2009, 20:21 GMT+2
The attached patch adds a new setting, "Touchscreen Mode" in the Settings > General > System menu with two values "3x3 Grid" and "Absolute Point". Any comments?
   touch-setting.diff (5 KiB)
 apps/lang/english.lang     |   51 +++++++++++++++++++++++++++++++++++++++++++++
 apps/settings.c            |    4 +++
 apps/settings.h            |    4 +++
 apps/settings_list.c       |    9 ++++++-
 apps/menus/settings_menu.c |    8 ++++++-
 apps/main.c                |    3 --
 apps/features.txt          |    3 ++
 7 files changed, 76 insertions(+), 6 deletions(-)

Comment by Rob Purchase (shotofadds) - Sunday, 29 March 2009, 19:08 GMT+2
A slightly modified verison of the touch-setting patch is now in SVN - but an on-the-fly method of switching would still be useful given that most screens and plugins are not adapted to touchscreen usage (and will likely stay that way for a significant period of time).

An on-the-fly method would need to be implemented at the apps level so that the "touchscreen mode" setting can be updated accordingly.

Loading...