summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-16bit.c (follow)
Commit message (Expand)AuthorAge
* font caching fixes by Frank DischnerMarcoen Hirschberg2006-03-22
* Fixed pointer size vs. int size problems (64 bit sims)Jens Arnold2006-03-02
* Optimised lcd_clear_display(), lcd_hline() and lcd_fillrect().Jens Arnold2006-02-22
* Colour LCD driver: * Bring non-backdrop rendering back up to speed. * Speed u...Jens Arnold2006-02-03
* Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds...Dave Chapman2006-02-02
* This should not have been recommitted (went undetected for quite a while).Jens Arnold2006-02-02
* * Changed implementation of inverse bar: Instead of complementing all pixels ...Jens Arnold2006-02-02
* Work-in-progress transparent bitmaps with 255,0,255 as the transparent color,...Linus Nielsen Feltzing2006-01-28
* Horizontal scrolling patch by Shachar Liberman - Part 2 :)Tomas Salfischberger2006-01-22
* H300: Roughly 20% faster LCD updates with DMALinus Nielsen Feltzing2005-12-21
* waiting is over: initial unicode commitMarcoen Hirschberg2005-12-06
* revert scroll pause in continuous scrolling modeMarcoen Hirschberg2005-11-30
* add a delay when continually scrolling and reaching the beginning of the lineMarcoen Hirschberg2005-11-30
* 16bit LCD driver: faster drawing routines.Jens Arnold2005-11-28
* 16bit LCD driver: Optimised native bitmap drawing.Jens Arnold2005-11-17
* Moved some often-used parts of the LCD driver into IRAM.Jens Arnold2005-11-17
* Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now al...Jens Arnold2005-11-16
* 16bit LCD driver: * The colour get/set functions now use the native ranges fo...Jens Arnold2005-11-16
* 16bit colour support (H300) for the win32 simulator.Jens Arnold2005-11-15
* Ensure the 16-bit framebuffer is aligned on a 4-byte boundaryDave Chapman2005-11-15
* Fix compile error on iPod build - RGB_PACK resolves to a function on the iPod...Dave Chapman2005-11-14
* The 16-bit LCD driver is now 16-bit for realLinus Nielsen Feltzing2005-11-14
* iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman2005-11-11
* I meant that to be static.Thom Johansen2005-11-10
* Moved all iPod specific code from lcd-16bit.c to lcd-ipod.c.Thom Johansen2005-11-10
* Fix #define names.Thom Johansen2005-11-09
* A couple of fixes for Nanos.Thom Johansen2005-11-09
* Quick fix to make the h300 build workLinus Nielsen Feltzing2005-11-08
* Initial commit of work-in-progress iPod portDave Chapman2005-11-07