Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#6143 - backlight_dim visualization

Attached to Project: Rockbox
Opened by Timo Horstschäfer (x1jmp) - Sunday, 08 October 2006, 15:05 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Sunday, 05 August 2007, 04:44 GMT+2
Task Type Patches
Category Plugins
Status Closed
Assigned To No-one
Player Type Iriver H100 series
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

This patch adds backlight_dim to the plugin API. The function is used in VU meter to change the backlight dimming according to the music.

I think it's an impressive way to visualize music and I would like to see an option in the backlight settings, which dims the backlight dimming like in the patched VU meter.
   backlight_dim_plugin.patch (3.3 KiB)
 apps/plugin.c               |    3 +++
 apps/plugin.h               |    4 ++++
 apps/plugins/vu_meter.c     |   11 +++++++++++
 firmware/backlight.c        |    2 +-
 firmware/export/backlight.h |    1 +
 5 files changed, 20 insertions(+), 1 deletion(-)

This task depends upon

Closed by  Jonathan Gordon (jdgordon)
Sunday, 05 August 2007, 04:44 GMT+2
Reason for closing:  Rejected
Comment by Geoff Stokes (iwantanimac) - Sunday, 17 December 2006, 09:07 GMT+2
Does this still work?

Loading...