summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-charcell.c (follow)
Commit message (Expand)AuthorAge
* Scroll on main and remote with a single thread. Change the way system message...Michael Sevakis2007-07-28
* Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold2007-04-06
* Player: Only use one software definable character for different characters us...Jens Arnold2007-04-06
* for WPS files with many lines the current wps code will call puts_scroll with...Robert Kukla2007-04-01
* Player: Make cursor blinking rate almost independent from scroll speed.Jens Arnold2007-03-31
* Charcell lcd driver: Preparations for switching to non-immediate LCD updates,...Jens Arnold2007-03-31
* Player: Fixed bug where strings which are only a bit too long wouldn't scroll.Jens Arnold2007-03-31
* Player: Save a bit of space by only using 7 bytes/char in the glyph table.Jens Arnold2007-03-29
* (all targets) Increase scrolling line size to account for utf-8 in the overla...Jens Arnold2007-03-27
* First step of charcell LCD code rework: * Make it fully unicode aware so that...Jens Arnold2007-03-26