summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-2bit-horz.c
AgeCommit message (Expand)Author
2020-10-26Whitespace cleanup on fb_viewport RewriteWilliam Wilgus
2020-10-26LCD core move buf ptr and address look up function viewport structWilliam Wilgus
2013-12-15Fix more reds.Thomas Martitz
2013-12-14lcd-*: Merge common viewport operations into lcd-bitmap-common.cThomas Martitz
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon
2010-02-20Comment out lcd_drawline() DEBUGF messages which show in various simulatorsTomer Shalev
2009-11-07Add optional viewport clipping, can be enabled with HAVE_VIEWPORT_CLIP. A si...Karl Kurbjun
2009-08-18LCD_DEPTH == 2, horizontal packing: specify if lcd framebuffer is in iram int...Rafaël Carré
2009-08-13LCD bitmap driver code consolidation from FS#4817:Andrew Mahone
2009-07-14Missed one strncpy callNils Wallménius
2009-06-01Speed up mono bitmap drawing on horizontally packed greyscale targets (greysc...Jens Arnold
2009-05-30Two tiny optimisations for mono bitmap drawing on greyscale displays: (1) H1x...Jens Arnold
2009-03-04Cosmetic fix: remove duplicate semicolonsBertrik Sikken
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon
2008-04-12LCD drivers: * Automatically optimise horizontal and vertical lines drawn via...Jens Arnold
2008-01-08Add the viewport functions to the screens API, including a new getfont() func...Dave Chapman
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-07-28Fix warnings and errors. Remove some added stuff that wasn't needed afterall.Michael Sevakis
2007-07-28Scroll on main and remote with a single thread. Change the way system message...Michael Sevakis
2007-04-01for WPS files with many lines the current wps code will call puts_scroll with...Robert Kukla
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers
2007-02-20Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...Jens Arnold
2006-11-13Backdrop support for greyscale targets. WPS backdrop is untested.Jens Arnold
2006-09-25Fixed the line scrolling not always being smooth.Miika Pekkarinen
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen
2006-08-23Allow scrolling lines with different x-margins. The margin at the time of the...Mark Arigo
2006-07-28LCD drivers: * Slight speedup for 2bit greyscale drivers. Use the same scroll...Jens Arnold
2006-07-25Contrast setting cleanup: * Only include contrast setting for targets where i...Jens Arnold
2006-07-181bit and 2bit LCD drivers: Low-level bit handling optimisations.Jens Arnold
2006-05-06Patch #5182 by Liberman Shachar - Vertical screen scroll bug fix (inverse bar...Linus Nielsen Feltzing
2006-05-03Fix fillrect calculation error for 'Screen scrolls out of view'. Fixes bug 52...Peter D'Hoye
2006-04-06lcd_blit() (with mono->2bit expansion) implemented for greyscale ipods. Chang...Jens Arnold
2006-04-04Grayscale iPods: Bit-flipped the 2bit LCD driver to use the same format as ap...Jens Arnold
2006-04-01greyscale iPod LCD: Working display flip. * Correct register definitions for ...Jens Arnold
2006-03-22font caching fixes by Frank DischnerMarcoen Hirschberg
2006-03-08LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Os...Jens Arnold
2006-02-20Oops, no potentially conflicting declarations please.Jens Arnold
2006-02-20Make the driver work with LCD widths which aren't integer multiples of 4, i.e...Jens Arnold
2006-02-16Grayscale iPods: Fixed & optimised LCD driver. Further optimisation is possib...Jens Arnold
2006-02-09Implement contrast setting for iPod greyscale LCDDave Chapman
2006-02-09iPod grayscale LCD driver - fix bug preventing the inverse bar line selector ...Dave Chapman
2006-02-09Create an SDL sim for the iPod 4G Grayscale and also create an IPOD_ARCH defi...Dave Chapman
2006-02-05Create config file for iPod 4G greyscale and various iPod 3G/4G greyscale fixesDave Chapman
2006-02-05Initial version of iPod greyscale LCD driver from Seven Le Mesle. This is cu...Dave Chapman