summaryrefslogtreecommitdiffstats
path: root/firmware/backlight.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-27Fix reversal of "always/never" in "LCD setting > Sleep (After Backlight Off)"Sebastian Leonhardt1-5/+8
2019-02-07Fix lcd not waking up when backlight is always offSebastian Leonhardt1-0/+4
2018-12-22Auto-Ranging Time Formatting For Menus (hh:mm:ss:mss)William Wilgus1-12/+6
2017-01-17Selective Backlight/Advanced Softlock - Selective actions based on contextWilliam Wilgus1-7/+47
2015-02-02iBasso DX50/DX90: Major code cleanup and reorganization.Udo Schläpfer1-0/+7
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat1-20/+20
2011-02-14All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis1-1/+1
2011-01-18Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis1-4/+0
2010-08-01Fix #ifdef in backlight.c from previous commitBertrik Sikken1-2/+2
2010-08-01Various minor cleanupsBertrik Sikken1-1/+5
2010-06-21I shouldn't have touched backlight.c at all :\ Also fix the yellow in peakmet...Thomas Martitz1-7/+6
2010-06-21Fix yellows and reds (one was a type, the other was rather incorrect before a...Thomas Martitz1-7/+8
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-2/+3
2009-11-23Fix FS#10362 (flickering backlight when removing hold) by preventing multiple...Rob Purchase1-3/+4
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré1-1/+1
2009-05-05Remove an #ifdef SIMULATOR in favor of using a stubThomas Martitz1-2/+0
2009-05-01Fix another FS#10130 issue - Set backlight and button light brightness via th...Boris Gjenero1-9/+25
2009-04-28Hopefully fix lcd_sleep() from not be being called for targets without fading...Thomas Martitz1-23/+32
2009-04-26Move the sim stubs into a seperate file to clean backlight.c up a bit.Thomas Martitz1-42/+2
2009-04-26Remove two calls backlight_lcd_sleep_countdown() more, this time in backlight.cThomas Martitz1-8/+0
2009-04-26Replace the condition with a more obvious function call, which is the same.Thomas Martitz1-1/+1
2009-04-26Remove the calls to backlight_lcd_sleep_countdown from target specific code a...Thomas Martitz1-3/+19
2009-04-26Remove the backlight tick task in favor of handling timeouts through a 1s tim...Thomas Martitz1-31/+42
2009-04-25Restructure backlight timeout management a bit by factoring out the get_curre...Thomas Martitz1-43/+43
2009-04-25Fix red.Thomas Martitz1-5/+0
2009-04-25Rename _buttonlight_timeout and use a function call instead of extern'ing but...Thomas Martitz1-7/+12
2009-04-24Add forgotton colon and fix red.Thomas Martitz1-1/+1
2009-04-24Fix FS#10130 (Concurrent backlight function calls from backlight timeout sett...Thomas Martitz1-7/+13
2009-04-21FS#10129 - Start LCD sleep timer after PWM fadeout is completeBoris Gjenero1-3/+17
2009-02-20Add a rockbox kernel thread for simulator specific tasks, and use that for ca...Jens Arnold1-10/+0
2009-02-10Move screendump from apps to firmware, solving two nasty firmware-to-apps cal...Jens Arnold1-4/+6
2009-01-26Commit FS#9724, which reworks the preprocessor defines related to backlight f...Thomas Martitz1-30/+33
2009-01-22Rename software backlight fading files, as we don't call it thread fading. Co...Thomas Martitz1-1/+1
2009-01-18Commit part 1 of FS#9663 by Thomas Martitz. Enables backlight fading on the ...Michael Giacomelli1-3/+3
2008-12-10Use cookies for thread identification instead of pointers directly which give...Michael Sevakis1-5/+5
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis1-10/+2
2008-11-26Fix reds. Also note my r19221 commit message had a typo - shoudld have been ...Steve Bavin1-5/+5
2008-11-26Add software backlight fading for E100/H300/X5/D2, by Thomas Martitz and othe...Steve Bavin1-12/+114
2008-09-15Revert v18522 for firmware/backlight.c, it breaks a couple of bootloadersBertrik Sikken1-0/+1
2008-09-15Fix some more #includesBertrik Sikken1-1/+0
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-14Oops. Left a couple things in a bad state when using fading.Michael Sevakis1-5/+5
2008-05-14Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlig...Michael Sevakis1-20/+42
2008-05-10Bring Gigabeat S bootloader one step close to a release version.Michael Sevakis1-7/+42
2008-04-061st/2nd Gen: Make backlight inversion adaption in the greyscale library work ...Jens Arnold1-2/+2
2008-04-04Allow to select the core for running the user timer on portalplayer targets. ...Jens Arnold1-2/+3
2008-04-02Ooops, overlooked the no-backlight stubs...Jens Arnold1-2/+12
2008-04-02Greyscale library: * Implement linearisation curve flipping for 1st/2nd Gen i...Jens Arnold1-12/+12
2008-03-25Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold1-1/+1
2008-03-25Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold1-1/+1