summaryrefslogtreecommitdiff
path: root/firmware/backlight.c
AgeCommit message (Expand)Author
2006-08-08Accepted FS #5772 by Michael SevakisRani Hod
2006-07-28LCD remote support for iAudio X5Linus Nielsen Feltzing
2006-07-28Remote backlight is in the target tree for X5Linus Nielsen Feltzing
2006-07-25Patch FS#5712 by Michael Sevakis - X5 Backlight brightness improvement/fixLinus Nielsen Feltzing
2006-07-23double fault.Rani Hod
2006-07-23oopsRani Hod
2006-07-23Accepted FS #5474 by yours truly.Rani Hod
2006-06-06Work-in-progress rework of charging status reading & display: * Changed sever...Jens Arnold
2006-05-27code policePeter D'Hoye
2006-04-26H300: add a small delay between lcd enable and backlight on. Avoids a flash a...Peter D'Hoye
2006-04-01Patch #4934 by Ralf Herz: FixesHristo Kovachev
2006-03-31Ooops, iPod 3G used lcd_enable() to switch backlight. Blind fix, needs testing.Jens Arnold
2006-03-25Patch #4913 by David Rothenberger with some changes by me: add only backlight...Hristo Kovachev
2006-03-24Dummy is_backlight_on() for bootloaderBjörn Stenberg
2006-03-24New option: First keypress enables backlight only. Patch #2920 by Nicolas Pen...Björn Stenberg
2006-03-22Me sillyLinus Nielsen Feltzing
2006-03-22Even more simulator fixes for backlightLinus Nielsen Feltzing
2006-03-22Fix simulator backlight for X5Linus Nielsen Feltzing
2006-03-22Backlight for iAudio X5Linus Nielsen Feltzing
2006-03-19Reworked backlight fading by GPIO based PWM to work for other targetsThom Johansen
2006-03-19Fix some problems with using USB_POWERED as a charging state separate from ch...Brandon Low
2006-03-18Fix red bootbox build.Jens Arnold
2006-03-18Use plugged backlight timeout when usb poweredBrandon Low
2006-02-24More iPod 3G work from Seven Le MesleDave Chapman
2006-02-21Patch #1435744 from Andrew Scott - initial iPod Mini supportDave Chapman
2006-02-05Further iPod 3G work from Seven Le MesleDave Chapman
2006-01-19Patch #1404233 by Peter D'Hoye: H300 brightness bugfixHristo Kovachev
2006-01-16The Code Police struck againLinus Nielsen Feltzing
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman
2005-12-22Oops:) Make the brightness setting purely numericalHristo Kovachev
2005-12-22Patch No 1387627 by Peter D'Hoye: Backlight Brightness setting for H300Hristo Kovachev
2005-12-20patch #1385256 by Hristo Kovachev - Turn off H300 LCD while backlight is offLinus Nielsen Feltzing
2005-11-23Replaced the booolean 'Backlight On When Plugged' setting with a complete alt...Jens Arnold
2005-11-22Fix iriver bootloader builds.Jens Arnold
2005-11-21Backlight handling: * Added 'Caption Backlight' and 'Backlight On When Chargi...Jens Arnold
2005-11-16Always turn on the backlight in the H300 boot loaderLinus Nielsen Feltzing
2005-11-16Reverted erroneous commitLinus Nielsen Feltzing
2005-11-16Cleaned up bootloader linker control file and added the H300 targetLinus Nielsen Feltzing
2005-11-14H300 backlightLinus Nielsen Feltzing
2005-11-14iPod: Add backlight functions for NanoDave Chapman
2005-11-07Initial commit of work-in-progress iPod portDave Chapman
2005-10-03Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...Jens Arnold
2005-08-15iriver: Always turn on the backlight in backlight_init()Linus Nielsen Feltzing
2005-08-11Backlight dimming: Don't unboost the CPU from within the isr.Jens Arnold
2005-08-11Backlight dimming: Protect from extraneous calls with the same target value. ...Jens Arnold
2005-07-26Moved implementation of user timer to the firmware layer, implemented it for ...Jens Arnold
2005-07-04Disable backlight in the bootloaderLinus Nielsen Feltzing
2005-07-02Iriver: atomic I/O port manipulation macros, to avoid interference between no...Jens Arnold
2005-06-20The last commit mixed up the arguments of cpu_boost(). Fixed that and removed...Jens Arnold
2005-06-20Added few #ifdef HAVE_ADJUSTABLE_CPU_FREQ.Miika Pekkarinen