Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#5584 - fix the colour picker screen for the lcd remote

Attached to Project: Rockbox
Opened by Jonathan Gordon (jdgordon) - Thursday, 22 June 2006, 13:39 GMT+2
Task Type Patches
Category Remote
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

this makes the colour picker work with the lcd remoes. obviously there is no colour display on the remote, but its nice to allow that screen on it.
(application/octet-stream)    color_picker.patch (3.9 KiB)
 apps/gui/color_picker.c |   55 +++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 45 insertions(+), 10 deletions(-)

This task depends upon

View Dependency Graph

Closed by  Dave Chapman (linuxstb)
Wednesday, 19 July 2006, 16:31 GMT+2
Reason for closing:  Accepted
Comment by Jonathan Gordon (jdgordon) - Friday, 23 June 2006, 03:34 GMT+2
as per linuxstb's request ive remoeved the draw_remote function, also the key #defines were all wrong, so its fixed
(application/octet-stream)    color_picker.patch (4.2 KiB)
 apps/gui/color_picker.c |   37 ++++++++++++++++++++++---------------
 1 file changed, 22 insertions(+), 15 deletions(-)

Comment by Jonathan Gordon (jdgordon) - Wednesday, 19 July 2006, 16:06 GMT+2
new version, scales properly with screen size and font size
   color_picker.patch (5 KiB)
 apps/gui/color_picker.c |   44 ++++++++++++++++++++++++++------------------
 1 file changed, 26 insertions(+), 18 deletions(-)

Loading...