index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
/
s3c2440
/
gigabeat-fx
/
backlight-meg-fx.c
Age
Commit message (
Expand
)
Author
2009-05-21
Simplify some redundant boolean expressions
Bertrik Sikken
2009-04-26
Remove the calls to backlight_lcd_sleep_countdown from target specific code a...
Thomas Martitz
2009-04-25
Rename _buttonlight_timeout and use a function call instead of extern'ing but...
Thomas Martitz
2008-12-02
Meg-FX: Do a bit of LED service simplification and save a tiny bit of code size.
Michael Sevakis
2008-12-02
Oops. Should subtract one from actual default value.
Michael Sevakis
2008-12-02
Fix another bug spotted in LED service. Default setting should also use log_b...
Michael Sevakis
2008-12-02
Fix FS#9599 - LCD Brightness setting broken by software fading. Patch by Thom...
Michael Sevakis
2008-11-26
Code police myself.
Steve Bavin
2008-11-26
Oops - fix yellow.
Steve Bavin
2008-11-26
Fix reds. Also note my r19221 commit message had a typo - shoudld have been ...
Steve Bavin
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-14
Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlig...
Michael Sevakis
2008-01-25
- make the booloader compile again
Marcoen Hirschberg
2008-01-25
make the brightness setting logarithmic, which looks linear to the eye
Marcoen Hirschberg
2007-11-12
Fix bootloaders, and the backlight-modded Ondio build.
Jens Arnold
2007-11-12
Hardware controlled backlight brightness for iPod Video and Nano, retaining t...
Jens Arnold
2007-10-07
Name all button light functions and variables consistently starting with butt...
Jens Arnold
2007-07-29
Stop Gigabeat bootloader from panicing.
Michael Sevakis
2007-05-14
Gigabeat Button/Backlight update: Reduce the number of writes to the sc606 wh...
Karl Kurbjun
2007-05-10
More Gigabeat button light fixes. Settings now work properly, startup does n...
Karl Kurbjun
2007-05-08
Add in buttonlight brightness setting for the Gigabeat, and setup the framewo...
Karl Kurbjun
2007-05-08
Few more code cleanups to the button light work. This reduces the flickering...
Karl Kurbjun
2007-05-08
Faster/Smoother fading on the Gigabeat
Karl Kurbjun
2007-05-07
Basic gigabeat buttonlight support outside of debug menu FS#7112. Also disab...
Karl Kurbjun
2007-04-18
move the Gigabeat from gigabeat/meg-fx to s3c2440/gigabeat-fx to avoid proble...
Marcoen Hirschberg