summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/lcd-charcell.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-21avoid overflow in puts_scroll().Teruaki Kawashima1-3/+6
2010-05-14Fix remaining reds/yellows.Thomas Martitz1-1/+1
2010-05-06Fix the remaining reds.Thomas Martitz1-0/+2
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+0
2009-11-07Fix RedKarl Kurbjun1-0/+1
2009-11-07Add optional viewport clipping, can be enabled with HAVE_VIEWPORT_CLIP. A si...Karl Kurbjun1-0/+27
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius1-1/+13
2009-07-14FS#10080Nils Wallménius1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon1-22/+4
2008-01-07Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ...Dave Chapman1-40/+119
2007-07-28Scroll on main and remote with a single thread. Change the way system message...Michael Sevakis1-121/+63
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold1-9/+0
2007-04-06Player: Only use one software definable character for different characters us...Jens Arnold1-45/+46
2007-04-01for WPS files with many lines the current wps code will call puts_scroll with...Robert Kukla1-0/+2
2007-03-31Player: Make cursor blinking rate almost independent from scroll speed.Jens Arnold1-2/+2
2007-03-31Charcell lcd driver: Preparations for switching to non-immediate LCD updates,...Jens Arnold1-114/+80
2007-03-31Player: Fixed bug where strings which are only a bit too long wouldn't scroll.Jens Arnold1-1/+1
2007-03-29Player: Save a bit of space by only using 7 bytes/char in the glyph table.Jens Arnold1-2/+1
2007-03-27(all targets) Increase scrolling line size to account for utf-8 in the overla...Jens Arnold1-1/+1
2007-03-26First step of charcell LCD code rework: * Make it fully unicode aware so that...Jens Arnold1-0/+612