summaryrefslogtreecommitdiffstats
path: root/firmware/backlight-sw-fading.c
AgeCommit message (Collapse)AuthorFilesLines
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat1-4/+4
_remote_backlight_* and _buttonlight_* are cleaned as well Change-Id: I73653752831bbe170c26ba95d3bc04c2e3a5cf30
2014-03-27change order of include headers and at the same time fix warning aboutSzymon Dziok1-1/+1
the implicit declaration of the _backlight_brightness(). Change-Id: I84ab4db19663d1918aaf5d98d51308d4ad2c4075
2009-01-26Commit FS#9724, which reworks the preprocessor defines related to backlight ↵Thomas Martitz1-1/+1
fading to a CONFIG_BACKLIGHT_FADING style. The apps/ code will only see which setting is supposed to be used, specific backlight fading handling is kept in firmware, slightly reword the manual text about software fading too with regards to the Gigabeat S git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19860 a1c6a512-1295-4272-9138-f99709370657
2009-01-22Rename software backlight fading files, as we don't call it thread fading. ↵Thomas Martitz1-0/+87
Correct a copyright info too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19818 a1c6a512-1295-4272-9138-f99709370657