summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-h100-remote.c
AgeCommit message (Expand)Author
2006-11-14Removed anachronisms introduced with low battery shutdown patch.Michael Sevakis
2006-10-14Added a small interface to screens to translate colors into remote gray level...Michael Sevakis
2006-09-26Fixed remote contrast settings. Maybe'll get some build errors here.Michael Sevakis
2006-09-25Fixed the line scrolling not always being smooth.Miika Pekkarinen
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen
2006-08-23Allow scrolling lines with different x-margins. The margin at the time of the...Mark Arigo
2006-08-22Irivers: Faster remote LCD update. Maximum speedup (without ticking reduction...Jens Arnold
2006-08-15Reverted an accidental changeLinus Nielsen Feltzing
2006-08-15Finally, the new button action system is here, thanks to Jonathan Gordon. Som...Linus Nielsen Feltzing
2006-07-28Add a define for unplugged remoteHristo Kovachev
2006-07-28LCD drivers: * Slight speedup for 2bit greyscale drivers. Use the same scroll...Jens Arnold
2006-07-181bit and 2bit LCD drivers: Low-level bit handling optimisations.Jens Arnold
2006-05-18Oops, move out the define from the #ifndef SIMULATORHristo Kovachev
2006-05-18Use more proper default contrast for the iriver lcd remotes, also resetHristo Kovachev
2006-05-16Iriver: Don't scroll remote LCD lines 'in the dark', i.e. with the remote unp...Jens Arnold
2006-05-06Patch #5182 by Liberman Shachar - Vertical screen scroll bug fix (inverse bar...Linus Nielsen Feltzing
2006-05-03Fix fillrect calculation error for 'Screen scrolls out of view'. Fixes bug 52...Peter D'Hoye
2006-04-24Iriver: Reworked remote detection & init: * Monitor the remote type & try to ...Jens Arnold
2006-04-12Another slight tweak.Jens Arnold
2006-04-11H1x0/H300 remote LCD driver rework: * Completely fix remote LCD ticking for H...Jens Arnold
2006-03-22font caching fixes by Frank DischnerMarcoen Hirschberg
2006-03-17Iriver: Properly working remote type detection regardless of hold switch posi...Jens Arnold
2006-03-11Removed lcd_roll() and lcd_remote_roll() functions. These functions were not ...Jens Arnold
2006-02-22Slight optimisation for 1bit and 2bit (vp) LCD drivers.Jens Arnold
2006-02-17Remote type autodetection on iriver, remote_type() returns REMOTETYPE_H100_LC...Linus Nielsen Feltzing
2006-02-02This should not have been recommitted (went undetected for quite a while).Jens Arnold
2006-02-02* Changed implementation of inverse bar: Instead of complementing all pixels ...Jens Arnold
2006-01-22Horizontal screen scrolling part 3 (by Shachar Liberman)Brandon Low
2006-01-22Horizontal scrolling patch by Shachar LibermanTomas Salfischberger
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg
2005-11-30revert scroll pause in continuous scrolling modeMarcoen Hirschberg
2005-11-30add a delay when continually scrolling and reaching the beginning of the lineMarcoen Hirschberg
2005-11-25Initial gcc4 warning cleanup (and some minor policing)Daniel Stenberg
2005-11-21Backlight handling: * Added 'Caption Backlight' and 'Backlight On When Chargi...Jens Arnold
2005-11-19Fixed the simulator builds and added HAVE_REMOTE_LCD_TICKING define.Miika Pekkarinen
2005-11-19Added option to reduce (and almost prevent) the remote lcd tickingMiika Pekkarinen
2005-11-19H300: remote backlight on GPO33Linus Nielsen Feltzing
2005-11-08H1x0: Assembler optimised remote lcd driver routine, used for low CPU frequen...Jens Arnold
2005-11-07Enable bidirectional text support for remote lcd.Jens Arnold
2005-11-06The const police strikes and hits itself.Jens Arnold
2005-11-06Set remote LCD invert state in a clean way.Jens Arnold
2005-10-19Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...Jens Arnold
2005-07-28Fixed scroll step settings >127 pixels not working (reported on irc). Changed...Jens Arnold
2005-07-08Removed the XYZ_PIXEL() macros. They are no longer needed, and they did only ...Jens Arnold
2005-07-07Enabled scrolling on the remote LCD in the simulator. Some small shortcuts in...Jens Arnold
2005-07-04Converted to use the IRAM defines, and some small optimisations.Jens Arnold
2005-07-03Use the central IDATA_ATTR define.Jens Arnold
2005-07-02Iriver: atomic I/O port manipulation macros, to avoid interference between no...Jens Arnold
2005-07-02A couple of optimisations.Jens Arnold
2005-06-30Graphics: Lowlevel block function are in IRAM now as they're called often. Sw...Jens Arnold