summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-charcell.c (follow)
Commit message (Expand)AuthorAge
* charcell: Fix lockup after some scrolling lines.Thomas Martitz2014-01-26
* Fix remote warnings and charcell reds, and remove minor left-over tuff.Thomas Martitz2014-01-12
* lcd-common: Remove unused function lcd_puts_offset().Thomas Martitz2014-01-07
* lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_offset() an...Thomas Martitz2014-01-07
* lcd-common/scroll_engine: Introduce lcd_putsxy_scroll_func().Thomas Martitz2014-01-07
* Fix reds. Also apply the new scrolling to lcd charcell (this even uncovered anThomas Martitz2013-12-15
* scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz2013-12-14
* Fix r29123: the variable should be initialized every time in the loopAlexander Levin2011-01-23
* Respect the 'scroll delay' setting more accurately between scrolling roundsAlexander Levin2011-01-23
* Add a delay between text scroll rounds when scrolling forward similarly to ho...Alexander Levin2011-01-21
* fix r27921 : lcd_putsxyf() for charcellRafaël Carré2010-08-28
* avoid overflow in puts_scroll().Teruaki Kawashima2010-05-21
* Fix remaining reds/yellows.Thomas Martitz2010-05-14
* Fix the remaining reds.Thomas Martitz2010-05-06
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Fix RedKarl Kurbjun2009-11-07
* Add optional viewport clipping, can be enabled with HAVE_VIEWPORT_CLIP. A si...Karl Kurbjun2009-11-07
* Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius2009-10-17
* FS#10080Nils Wallménius2009-07-14
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon2008-06-23
* Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ...Dave Chapman2008-01-07
* 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