summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-2bit-horz.c
AgeCommit message (Expand)Author
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