index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
drivers
/
lcd-2bit-horz.c
(
unfollow
)
Commit message (
Expand
)
Author
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
2006-02-03
Colour LCD driver: * Bring non-backdrop rendering back up to speed. * Speed u...
Jens Arnold
2006-02-02
Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds...
Dave Chapman
2006-02-02
This should not have been recommitted (went undetected for quite a while).
Jens Arnold
2006-02-02
* Changed implementation of inverse bar: Instead of complementing all pixels ...
Jens Arnold
2006-01-28
Work-in-progress transparent bitmaps with 255,0,255 as the transparent color,...
Linus Nielsen Feltzing
2006-01-22
Horizontal scrolling patch by Shachar Liberman - Part 2 :)
Tomas Salfischberger
2005-12-21
H300: Roughly 20% faster LCD updates with DMA
Linus Nielsen Feltzing
2005-12-06
waiting is over: initial unicode commit
Marcoen Hirschberg
2005-11-30
revert scroll pause in continuous scrolling mode
Marcoen Hirschberg
2005-11-30
add a delay when continually scrolling and reaching the beginning of the line
Marcoen Hirschberg
2005-11-28
16bit LCD driver: faster drawing routines.
Jens Arnold
2005-11-17
16bit LCD driver: Optimised native bitmap drawing.
Jens Arnold
2005-11-17
Moved some often-used parts of the LCD driver into IRAM.
Jens Arnold
2005-11-16
Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now al...
Jens Arnold
2005-11-16
16bit LCD driver: * The colour get/set functions now use the native ranges fo...
Jens Arnold
2005-11-15
16bit colour support (H300) for the win32 simulator.
Jens Arnold
2005-11-15
Ensure the 16-bit framebuffer is aligned on a 4-byte boundary
Dave Chapman
2005-11-14
Fix compile error on iPod build - RGB_PACK resolves to a function on the iPod...
Dave Chapman
2005-11-14
The 16-bit LCD driver is now 16-bit for real
Linus Nielsen Feltzing
2005-11-11
iPod: Code cleanup - the bootloader now compiles with zero warnings
Dave Chapman
2005-11-10
I meant that to be static.
Thom Johansen
2005-11-10
Moved all iPod specific code from lcd-16bit.c to lcd-ipod.c.
Thom Johansen
2005-11-09
Fix #define names.
Thom Johansen
2005-11-09
A couple of fixes for Nanos.
Thom Johansen
2005-11-08
Quick fix to make the h300 build work
Linus Nielsen Feltzing
2005-11-07
Initial commit of work-in-progress iPod port
Dave Chapman
2005-11-06
The const police strikes and hits itself.
Jens Arnold
2005-10-19
Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...
Jens Arnold
[next]