Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#10877 - [Lamp-Plugin]: More colors

Attached to Project: Rockbox
Opened by Marek Niemiec (DB1BMN) - Saturday, 26 December 2009, 18:45 GMT+2
Last edited by Thomas Martitz (kugel.) - Tuesday, 29 December 2009, 14:34 GMT+2
Task Type Patches
Category Plugins
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Release 3.4
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

This patch extends the Lamp-Plugin by additional colors {green, blue, yellow, orange}, if the Player supports color LCD screen.
The two-dimensional array 'static int colorset[NUM_COLORSETS][3]' is extended by additional entries of the RGB-values for new the new colors.
The constant 'NUM_COLORSETS' above has to match the number of entries in first dimension of the array, too!

Tested on Sansa e250 V1 hardware and simulator. The orange color is rather weak on on this HW, but perhaps better on other platforms.
Feedbeack welcome!
   lamp_colors.patch (1.3 KiB)
 _lamp.c |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

This task depends upon

Closed by  Thomas Martitz (kugel.)
Tuesday, 29 December 2009, 14:34 GMT+2
Reason for closing:  Duplicate
Additional comments about closing:  Please contribute to the existing task FS#8934 instead of opening a new one.

Loading...