index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
drivers
/
lcd-2bit-horz.c
Age
Commit message (
Expand
)
Author
2007-04-01
for WPS files with many lines the current wps code will call puts_scroll with...
Robert Kukla
2007-03-04
Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...
Daniel Ankers
2007-02-20
Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...
Jens Arnold
2006-11-13
Backdrop support for greyscale targets. WPS backdrop is untested.
Jens Arnold
2006-09-25
Fixed the line scrolling not always being smooth.
Miika Pekkarinen
2006-09-16
New scheduler, with priorities for swcodec platforms. Frequent task
Miika Pekkarinen
2006-08-23
Allow scrolling lines with different x-margins. The margin at the time of the...
Mark Arigo
2006-07-28
LCD drivers: * Slight speedup for 2bit greyscale drivers. Use the same scroll...
Jens Arnold
2006-07-25
Contrast setting cleanup: * Only include contrast setting for targets where i...
Jens Arnold
2006-07-18
1bit and 2bit LCD drivers: Low-level bit handling optimisations.
Jens Arnold
2006-05-06
Patch #5182 by Liberman Shachar - Vertical screen scroll bug fix (inverse bar...
Linus Nielsen Feltzing
2006-05-03
Fix fillrect calculation error for 'Screen scrolls out of view'. Fixes bug 52...
Peter D'Hoye
2006-04-06
lcd_blit() (with mono->2bit expansion) implemented for greyscale ipods. Chang...
Jens Arnold
2006-04-04
Grayscale iPods: Bit-flipped the 2bit LCD driver to use the same format as ap...
Jens Arnold
2006-04-01
greyscale iPod LCD: Working display flip. * Correct register definitions for ...
Jens Arnold
2006-03-22
font caching fixes by Frank Dischner
Marcoen Hirschberg
2006-03-08
LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Os...
Jens Arnold
2006-02-20
Oops, no potentially conflicting declarations please.
Jens Arnold
2006-02-20
Make the driver work with LCD widths which aren't integer multiples of 4, i.e...
Jens Arnold
2006-02-16
Grayscale iPods: Fixed & optimised LCD driver. Further optimisation is possib...
Jens Arnold
2006-02-09
Implement contrast setting for iPod greyscale LCD
Dave Chapman
2006-02-09
iPod grayscale LCD driver - fix bug preventing the inverse bar line selector ...
Dave Chapman
2006-02-09
Create an SDL sim for the iPod 4G Grayscale and also create an IPOD_ARCH defi...
Dave Chapman
2006-02-05
Create config file for iPod 4G greyscale and various iPod 3G/4G greyscale fixes
Dave Chapman
2006-02-05
Initial version of iPod greyscale LCD driver from Seven Le Mesle. This is cu...
Dave Chapman