Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#8398 - Sansa Wheel for Game Control

Attached to Project: Rockbox
Opened by Enal Posi (enalposi) - Friday, 04 January 2008, 05:22 GMT+2
Last edited by Alex Parker (BigBambi) - Sunday, 06 June 2010, 12:02 GMT+2
Task Type Patches
Category Plugins
Status Closed
Assigned To No-one
Player Type Sansa e200
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Hi - I find it really tedious to use the Sansa buttons for most games. They are small and hard to press. It would be much better to use the wheel for left-right movement. Any chance of re-routing the controls? Thanks!
This task depends upon

Closed by  Alex Parker (BigBambi)
Sunday, 06 June 2010, 12:02 GMT+2
Reason for closing:  Out of Date
Comment by Tri Nguyen (tri170391) - Saturday, 05 January 2008, 14:37 GMT+2
I love the wheel too, so I download the source and alter the controls to use the wheel more. Here is my working patch.
   plugin_e200_scrollwheel.patch (8.2 KiB)
 apps/plugins/flipit.c            |    4 ++--
 apps/plugins/chessbox/chessbox.c |    6 +++---
 apps/plugins/rockblox.c          |   12 +++++-------
 apps/plugins/jpeg.c              |   12 +++++-------
 apps/plugins/sokoban.c           |    4 ++--
 apps/plugins/viewer.c            |    8 ++++----
 apps/plugins/mazezam.c           |    4 ++--
 apps/plugins/jewels.c            |    4 ++--
 apps/plugins/invadrox.c          |    4 ++--
 apps/plugins/rockpaint.c         |   10 +++++-----
 10 files changed, 32 insertions(+), 36 deletions(-)

Comment by Tri Nguyen (tri170391) - Saturday, 05 January 2008, 14:43 GMT+2
Oops, fix some typos.
Comment by Tri Nguyen (tri170391) - Saturday, 05 January 2008, 14:45 GMT+2
Oops again.
   plugin_e200_scrollwheel.patch (9.8 KiB)
 apps/recorder/recording.c        |   10 +++++-----
 apps/plugins/flipit.c            |    4 ++--
 apps/plugins/chessbox/chessbox.c |    6 +++---
 apps/plugins/rockblox.c          |   14 +++++++-------
 apps/plugins/jpeg.c              |   12 +++++-------
 apps/plugins/sokoban.c           |    4 ++--
 apps/plugins/viewer.c            |    8 ++++----
 apps/plugins/mazezam.c           |    4 ++--
 apps/plugins/jewels.c            |    4 ++--
 apps/plugins/invadrox.c          |    4 ++--
 apps/plugins/rockpaint.c         |   10 +++++-----
 11 files changed, 39 insertions(+), 41 deletions(-)

Comment by Enal Posi (enalposi) - Saturday, 05 January 2008, 15:26 GMT+2
Great, thanks! I just never worked with the Rockbox source yet :-S and haven't touched C for more than 10 years :) . Let's see how this goes...

Loading...