summaryrefslogtreecommitdiffstats
path: root/firmware/backlight.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-01Patch #4934 by Ralf Herz: FixesHristo Kovachev1-3/+6
2006-03-31Ooops, iPod 3G used lcd_enable() to switch backlight. Blind fix, needs testing.Jens Arnold1-3/+3
2006-03-25Patch #4913 by David Rothenberger with some changes by me: add only backlight...Hristo Kovachev1-0/+27
2006-03-24Dummy is_backlight_on() for bootloaderBjörn Stenberg1-0/+1
2006-03-24New option: First keypress enables backlight only. Patch #2920 by Nicolas Pen...Björn Stenberg1-0/+8
2006-03-22Me sillyLinus Nielsen Feltzing1-1/+1
2006-03-22Even more simulator fixes for backlightLinus Nielsen Feltzing1-1/+1
2006-03-22Fix simulator backlight for X5Linus Nielsen Feltzing1-6/+14
2006-03-22Backlight for iAudio X5Linus Nielsen Feltzing1-1/+5
2006-03-19Reworked backlight fading by GPIO based PWM to work for other targetsThom Johansen1-85/+112
2006-03-19Fix some problems with using USB_POWERED as a charging state separate from ch...Brandon Low1-2/+13
2006-03-18Fix red bootbox build.Jens Arnold1-1/+1
2006-03-18Use plugged backlight timeout when usb poweredBrandon Low1-2/+10
2006-02-24More iPod 3G work from Seven Le MesleDave Chapman1-1/+1
2006-02-21Patch #1435744 from Andrew Scott - initial iPod Mini supportDave Chapman1-0/+6
2006-02-05Further iPod 3G work from Seven Le MesleDave Chapman1-0/+4
2006-01-19Patch #1404233 by Peter D'Hoye: H300 brightness bugfixHristo Kovachev1-4/+20
2006-01-16The Code Police struck againLinus Nielsen Feltzing1-5/+4
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman1-0/+4
2005-12-22Oops:) Make the brightness setting purely numericalHristo Kovachev1-0/+2
2005-12-22Patch No 1387627 by Peter D'Hoye: Backlight Brightness setting for H300Hristo Kovachev1-0/+14
2005-12-20patch #1385256 by Hristo Kovachev - Turn off H300 LCD while backlight is offLinus Nielsen Feltzing1-0/+5
2005-11-23Replaced the booolean 'Backlight On When Plugged' setting with a complete alt...Jens Arnold1-39/+40
2005-11-22Fix iriver bootloader builds.Jens Arnold1-0/+11
2005-11-21Backlight handling: * Added 'Caption Backlight' and 'Backlight On When Chargi...Jens Arnold1-117/+161
2005-11-16Always turn on the backlight in the H300 boot loaderLinus Nielsen Feltzing1-1/+8
2005-11-16Reverted erroneous commitLinus Nielsen Feltzing1-8/+1
2005-11-16Cleaned up bootloader linker control file and added the H300 targetLinus Nielsen Feltzing1-1/+8
2005-11-14H300 backlightLinus Nielsen Feltzing1-5/+13
2005-11-14iPod: Add backlight functions for NanoDave Chapman1-0/+12
2005-11-07Initial commit of work-in-progress iPod portDave Chapman1-0/+10
2005-10-03Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...Jens Arnold1-1/+1
2005-08-15iriver: Always turn on the backlight in backlight_init()Linus Nielsen Feltzing1-0/+1
2005-08-11Backlight dimming: Don't unboost the CPU from within the isr.Jens Arnold1-2/+9
2005-08-11Backlight dimming: Protect from extraneous calls with the same target value. ...Jens Arnold1-0/+4
2005-07-26Moved implementation of user timer to the firmware layer, implemented it for ...Jens Arnold1-56/+45
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