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