summaryrefslogtreecommitdiff
path: root/firmware/export/scroll_engine.h
AgeCommit message (Expand)Author
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy
2018-07-28Fix scroll_engine truncationWilliam Wilgus
2018-07-25Fix lcd-scroll.c truncation warningsWilliam Wilgus
2014-01-12put_line/scrolling: Make the scroll engine inform custom scrollers about star...Thomas Martitz
2014-01-11scroll engine: Factor out renderer function so it can be called by lcd code.Thomas Martitz
2014-01-07lcd-common: Remove direct style (line decorations) from lcd-puts* functions.Thomas Martitz
2014-01-07scroll_engine: Change header inclusionThomas Martitz
2013-12-15Fix reds. Also apply the new scrolling to lcd charcell (this even uncovered anThomas Martitz
2013-12-14scroll_engine: Major rework to support pixel-based scrolling and scroll callb...Thomas Martitz
2013-12-14scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz
2011-12-19Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.Boris Gjenero
2010-10-06Pixel-accurate (vertical) list scrolling for touchscreen targets.Thomas Martitz
2010-03-03FS#10756 - Free unused init codeThomas Martitz
2010-02-16* surround member only used by charcells with #ifdef HAVE_LCD_CHARCELLS in st...Teruaki Kawashima
2010-02-08revert r24478 and make the backdrop behaviour the same as it used to be (so w...Jonathan Gordon
2010-02-03fix a bug where the backdrop from the sbs is displayed on scrolling lines in ...Jonathan Gordon
2009-09-04Const police raid\!Nils Wallménius
2009-08-19Slight cleanup in lcd.h: kill fixme and remove useless include, add some incl...Nils Wallménius
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-01-07Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ...Dave Chapman
2007-09-30Fix red due to previous commit, remove some ifdefs. (/me crosses his fingers)Antoine Cellerier
2007-09-30Save a few bytes in the line selector style handling code.Antoine Cellerier
2007-09-27FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.Nicolas Pennequin
2007-07-28Scroll on main and remote with a single thread. Change the way system message...Michael Sevakis