summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/lcd-2bit-vert.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-15Fix reds. Also apply the new scrolling to lcd charcell (this even uncovered anThomas Martitz1-1/+1
2013-12-14lcd-*: Merge common viewport operations into lcd-bitmap-common.cThomas Martitz1-47/+0
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon1-13/+14
2010-02-20Comment out lcd_drawline() DEBUGF messages which show in various simulatorsTomer Shalev1-2/+2
2009-11-07Add optional viewport clipping, can be enabled with HAVE_VIEWPORT_CLIP. A si...Karl Kurbjun1-14/+151
2009-08-18LCD_DEPTH == 2, vertical packing: specify if lcd framebuffer is in iram into ...Rafaël Carré1-1/+1
2009-08-13LCD bitmap driver code consolidation from FS#4817:Andrew Mahone1-224/+2
2009-07-14FS#10080Nils Wallménius1-1/+1
2009-05-31Use bit-doubled mask everywhere in mono bitmap drawing. ~2% speedup, and smal...Jens Arnold1-21/+20
2009-05-30Two tiny optimisations for mono bitmap drawing on greyscale displays: (1) H1x...Jens Arnold1-10/+13
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-24/+6
2008-04-12LCD drivers: * Automatically optimise horizontal and vertical lines drawn via...Jens Arnold1-46/+42
2008-01-09Fix a typo in commit r16018 - this was causing text to disappear on the h140...Dave Chapman1-1/+1
2008-01-08Add the viewport functions to the screens API, including a new getfont() func...Dave Chapman1-0/+5
2008-01-07Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ...Dave Chapman1-91/+203
2007-09-30Fix red due to previous commit, remove some ifdefs. (/me crosses his fingers)Antoine Cellerier1-3/+2
2007-07-28Fix warnings and errors. Remove some added stuff that wasn't needed afterall.Michael Sevakis1-5/+0
2007-07-28Scroll on main and remote with a single thread. Change the way system message...Michael Sevakis1-119/+57
2007-04-01for WPS files with many lines the current wps code will call puts_scroll with...Robert Kukla1-0/+4
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers1-1/+2
2007-02-20Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...Jens Arnold1-1/+1
2006-11-13Backdrop support for greyscale targets. WPS backdrop is untested.Jens Arnold1-7/+105
2006-11-12Adjust scrollable lines to varying LCD sizes in the 2bit vertical packing LCD...Jens Arnold1-1/+1
2006-11-10H100/120: Split lcd driver into pixel format and device specific parts. Adjus...Michael Sevakis1-0/+1093