summaryrefslogtreecommitdiffstats
path: root/firmware/backlight.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-04Disable backlight in the bootloaderLinus Nielsen Feltzing1-1/+1
2005-07-02Iriver: atomic I/O port manipulation macros, to avoid interference between no...Jens Arnold1-10/+10
2005-06-20The last commit mixed up the arguments of cpu_boost(). Fixed that and removed...Jens Arnold1-8/+2
2005-06-20Added few #ifdef HAVE_ADJUSTABLE_CPU_FREQ.Miika Pekkarinen1-3/+8
2005-06-20Backlight dimming is now flicker free on all situations.Miika Pekkarinen1-0/+5
2005-06-20Iriver: Backlight fading is now configurable. Added a function to stop the ba...Jens Arnold1-131/+65
2005-06-19Only stop backlight pwm timer if display is fully dimmed eitherMiika Pekkarinen1-2/+3
2005-06-18Initial support for iriver backlight dimming. Unfortunately dimmingMiika Pekkarinen1-0/+213
2005-05-30Added dummy function and simulator stub.Jens Arnold1-0/+1
2005-05-30Remote LCD: added own backlight timeout stuffChristian Gmeiner1-2/+12
2005-05-08More dead code...Jens Arnold1-1/+2
2005-04-22typo (ok, my commits get trivial)Jörg Hohensohn1-1/+1
2005-04-15iRiver: Independent backlight timers for the main and remote LCDLinus Nielsen Feltzing1-9/+56
2005-04-15IRiver: added remote backlight handling into backlight threadChristian Gmeiner1-0/+12
2005-02-06Aligned thread stackLinus Nielsen Feltzing1-1/+1
2005-02-05backlight driver for GminiJean-Philippe Bernardy1-0/+6
2004-12-18multiple choice configuration CONFIG_BACKLIGHT instead of HAVE_BACKLIGHT, all...Jörg Hohensohn1-20/+18
2004-11-20Player: initialize backlight control pin (for coldstart)Jens Arnold1-0/+5
2004-11-18Correct polarity for the iRiver backlight pinLinus Nielsen Feltzing1-2/+2
2004-10-09Removed backlight handling remains for platforms with no backlight (Ondio)Jens Arnold1-2/+2
2004-10-07Ported to iRiver H100Linus Nielsen Feltzing1-23/+39
2004-09-10no backlight for OndioJörg Hohensohn1-5/+21
2004-08-03More const policeing step 3Jens Arnold1-1/+1
2004-07-22It turns out that the backlight port pin on the player can be set to an input...Linus Nielsen Feltzing1-7/+3
2004-01-30hope I killed that warning nowJörg Hohensohn1-1/+1
2004-01-30inconsistent argument type for backlight_set_timeout() fixedJörg Hohensohn1-2/+2
2003-11-07The code police strikes backLinus Nielsen Feltzing1-4/+7
2003-11-06set/clear port bits with atomic instructions instead of read-modify-write, sa...Jörg Hohensohn1-4/+5
2003-07-28TP Diffenbach pointed out the risk here. Added a check for bad input valuesDaniel Stenberg1-3/+6
2003-04-23Added caption backlight: Turns on backlight briefly at the start and end of e...Björn Stenberg1-2/+2
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell1-6/+0
2002-12-14added backlight_get_timeout and backlight_get_on_when_chargingUwe Freese1-0/+10
2002-10-04Now backlight really stays on when the charger is connectedLinus Nielsen Feltzing1-4/+8
2002-10-01fixed for player, removed dependency on CHARGER_CTRLDaniel Stenberg1-10/+7
2002-10-01Mark A. Hillebrand's patch that offers a new setting that if enabled, keepsDaniel Stenberg1-3/+37
2002-08-23Missing break in the SYS_USB_CONNECTED caseLinus Nielsen Feltzing1-1/+1
2002-08-15New backlight settings with always-offLinus Nielsen Feltzing1-5/+19
2002-08-06backlight_init() no longer clears the ST bitLinus Nielsen Feltzing1-4/+0
2002-07-30The backlight now turns off in USB mode tooLinus Nielsen Feltzing1-2/+3
2002-07-26Killed a warning on PlayersLinus Nielsen Feltzing1-5/+4
2002-07-25Now wakes up the backlight even after a power lossLinus Nielsen Feltzing1-3/+7
2002-07-23Backlight fix for Players by Grant WierLinus Nielsen Feltzing1-12/+15
2002-07-15Added thread namesLinus Nielsen Feltzing1-2/+4
2002-07-03Now compiles on Player againLinus Nielsen Feltzing1-0/+2
2002-07-02Now enables the backlight even after a battery switchLinus Nielsen Feltzing1-0/+1
2002-07-01Increased thread stack sizeLinus Nielsen Feltzing1-1/+1
2002-06-30Better USB behaviourLinus Nielsen Feltzing1-3/+2
2002-06-29Added USB insertion handlingLinus Nielsen Feltzing1-0/+12
2002-06-27Moved settings.c/h to apps/Björn Stenberg1-2/+8
2002-06-25non-RTC code wrote to PAIOR instead of PADRLinus Nielsen Feltzing1-2/+2