summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/lcd-scroll.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-13/+0
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy1-16/+1
2018-07-25Revert "Ignore truncation in lcd-scroll.c"William Wilgus1-7/+2
2018-07-25Ignore truncation in lcd-scroll.cWilliam Wilgus1-2/+7
2018-05-25Fix Remove lcd_scroll_worker from bootloader except remote displays/charcellWilliam Wilgus1-1/+2
2018-05-23Remove lcd_scroll_worker from bootloader except remote displays and charcellWilliam Wilgus1-1/+2
2014-01-12put_line/scrolling: Make the scroll engine inform custom scrollers about star...Thomas Martitz1-1/+11
2014-01-11scroll engine: Factor out renderer function so it can be called by lcd code.Thomas Martitz1-53/+72
2013-12-15Fix reds. Also apply the new scrolling to lcd charcell (this even uncovered anThomas Martitz1-14/+28
2013-12-14scroll_engine: Major rework to support pixel-based scrolling and scroll callb...Thomas Martitz1-14/+97
2013-12-14scroll_engine: Split out common main and remote lcd functions.Thomas Martitz1-0/+127