summaryrefslogtreecommitdiffstats
path: root/apps/plugins/lib/xlcd_scroll.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-141/+2
2011-08-25Also fix uninitialized variables in xlcd_scroll_up()/xlcd_scroll_down()Thomas Jarosch1-4/+4
2011-08-25Fix use of uninitialized memory in xlcd_scroll_left() / xlcd_scroll_right() i...Thomas Jarosch1-6/+6
2010-08-25Remove a bunch of build conditions inside .c filesRafaël Carré1-3/+0
2009-11-22XLCD lib: * Fix bug (improper fill) in pixel-wise left scrolling on 2bpp hori...Jens Arnold1-6/+3
2009-10-16Pluginlib: make scroll functions clear screen if scrolled by >= screen size (...Torne Wuff1-0/+36
2009-10-08LCD scrolling routines: Fix the screen scrolling boundary with Vertical Strides.Karl Kurbjun1-2/+2
2009-09-12Add Vertical stride support to LCD scrolling functions.Karl Kurbjun1-0/+92
2009-01-16loader-initialized global plugin API:Andrew Mahone1-66/+66
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-03-23LCd extension lib: Implement proper scrolling for 2 bit vertical interleaved ...Jens Arnold1-31/+86
2007-01-09Removed executable flagLinus Nielsen Feltzing1-0/+0
2006-04-06Greyscale ipods: Fix horizontal scrolling in oscilloscope, the flipped LCD dr...Jens Arnold1-4/+4
2006-03-08LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Os...Jens Arnold1-0/+576