Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#10295 - Touchscreen calibration screen

Attached to Project: Rockbox
Opened by Maurus Cuelenaere (mcuelenaere) - Monday, 08 June 2009, 11:05 GMT+2
Last edited by Maurus Cuelenaere (mcuelenaere) - Tuesday, 16 June 2009, 19:05 GMT+2
Task Type Patches
Category User Interface
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 is a quick-n-dirty patch to add a touchscreen calibration screen to the settings.
   rockbox_touchscreen_calibration.diff (4.3 KiB)
 apps/touchscreen.c         |   92 +++++++++++++++++++++++++++++++++++++++++++++
 apps/SOURCES               |    1 
 apps/menus/settings_menu.c |   14 ++++++
 3 files changed, 106 insertions(+), 1 deletion(-)

This task depends upon

Closed by  Maurus Cuelenaere (mcuelenaere)
Tuesday, 16 June 2009, 19:05 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  In r21312.
Comment by Maurus Cuelenaere (mcuelenaere) - Monday, 08 June 2009, 16:36 GMT+2
* Reworked firmware/drivers/touchscreen.c
* Moved setting to General settings -> Screen settings
* Fix calibration

This still needs saving the calibration data to the config (and (re)loading it), fixing the statusbar issue and adding the translation strings.
   rockbox_touchscreen_calibration.diff (13.6 KiB)
 apps/touchscreen.c             |  103 +++++++++++++++++++++++++++++++++++
 firmware/drivers/touchscreen.c |  120 ++++++++++++++++-------------------------
 firmware/export/touchscreen.h  |   13 +++-
 apps/menus/settings_menu.c     |   18 ------
 apps/menus/display_menu.c      |   29 +++++++++
 apps/SOURCES                   |    1 
 6 files changed, 189 insertions(+), 95 deletions(-)

Loading...