summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/lcd-2bit-horz.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-15Fix more reds.Thomas Martitz1-1/+1
2013-12-14lcd-*: Merge common viewport operations into lcd-bitmap-common.cThomas Martitz1-46/+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-13/+152
2009-08-18LCD_DEPTH == 2, horizontal packing: specify if lcd framebuffer is in iram int...Rafaël Carré1-1/+1
2009-08-13LCD bitmap driver code consolidation from FS#4817:Andrew Mahone1-220/+1
2009-07-14Missed one strncpy callNils Wallménius1-1/+1
2009-06-01Speed up mono bitmap drawing on horizontally packed greyscale targets (greysc...Jens Arnold1-26/+122
2009-05-30Two tiny optimisations for mono bitmap drawing on greyscale displays: (1) H1x...Jens Arnold1-6/+4
2009-03-04Cosmetic fix: remove duplicate semicolonsBertrik Sikken1-1/+1
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-47/+43
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-85/+192
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-5/+104
2006-09-25Fixed the line scrolling not always being smooth.Miika Pekkarinen1-1/+1
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen1-1/+1
2006-08-23Allow scrolling lines with different x-margins. The margin at the time of the...Mark Arigo1-2/+2
2006-07-28LCD drivers: * Slight speedup for 2bit greyscale drivers. Use the same scroll...Jens Arnold1-35/+36
2006-07-25Contrast setting cleanup: * Only include contrast setting for targets where i...Jens Arnold1-9/+0
2006-07-181bit and 2bit LCD drivers: Low-level bit handling optimisations.Jens Arnold1-13/+26
2006-05-06Patch #5182 by Liberman Shachar - Vertical screen scroll bug fix (inverse bar...Linus Nielsen Feltzing1-2/+3
2006-05-03Fix fillrect calculation error for 'Screen scrolls out of view'. Fixes bug 52...Peter D'Hoye1-2/+3
2006-04-06lcd_blit() (with mono->2bit expansion) implemented for greyscale ipods. Chang...Jens Arnold1-5/+0
2006-04-04Grayscale iPods: Bit-flipped the 2bit LCD driver to use the same format as ap...Jens Arnold1-18/+15
2006-04-01greyscale iPod LCD: Working display flip. * Correct register definitions for ...Jens Arnold1-1/+5
2006-03-22font caching fixes by Frank DischnerMarcoen Hirschberg1-5/+0
2006-03-08LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Os...Jens Arnold1-9/+9
2006-02-20Oops, no potentially conflicting declarations please.Jens Arnold1-2/+0
2006-02-20Make the driver work with LCD widths which aren't integer multiples of 4, i.e...Jens Arnold1-9/+11
2006-02-16Grayscale iPods: Fixed & optimised LCD driver. Further optimisation is possib...Jens Arnold1-73/+188
2006-02-09Implement contrast setting for iPod greyscale LCDDave Chapman1-1/+1
2006-02-09iPod grayscale LCD driver - fix bug preventing the inverse bar line selector ...Dave Chapman1-3/+7
2006-02-09Create an SDL sim for the iPod 4G Grayscale and also create an IPOD_ARCH defi...Dave Chapman1-0/+5
2006-02-05Create config file for iPod 4G greyscale and various iPod 3G/4G greyscale fixesDave Chapman1-16/+37
2006-02-05Initial version of iPod greyscale LCD driver from Seven Le Mesle. This is cu...Dave Chapman1-0/+813