summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/lcd-16bit.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-25Fixed the line scrolling not always being smooth.Miika Pekkarinen1-1/+1
2006-09-16Fixed the errors.Miika Pekkarinen1-1/+2
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen1-1/+1
2006-08-23Allow scrolling lines with different x-margins. The margin at the time of the...Mark Arigo1-2/+2
2006-07-28LCD drivers: * Slight speedup for 2bit greyscale drivers. Use the same scroll...Jens Arnold1-2/+1
2006-07-25Contrast setting cleanup: * Only include contrast setting for targets where i...Jens Arnold1-8/+0
2006-07-25Restore the default backlight settings broken by RaniLinus Nielsen Feltzing1-0/+2
2006-05-06Patch #5182 by Liberman Shachar - Vertical screen scroll bug fix (inverse bar...Linus Nielsen Feltzing1-2/+3
2006-05-03Fix fillrect calculation error for 'Screen scrolls out of view'. Fixes bug 52...Peter D'Hoye1-2/+3
2006-04-11moved the LCD framebuffer to IRAM for iAudio X5 - gives ~40% speed boostDaniel Stenberg1-1/+1
2006-03-22font caching fixes by Frank DischnerMarcoen Hirschberg1-5/+0
2006-03-02Fixed pointer size vs. int size problems (64 bit sims)Jens Arnold1-5/+5
2006-02-22Optimised lcd_clear_display(), lcd_hline() and lcd_fillrect().Jens Arnold1-21/+102
2006-02-03Colour LCD driver: * Bring non-backdrop rendering back up to speed. * Speed u...Jens Arnold1-50/+43
2006-02-02Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds...Dave Chapman1-13/+62
2006-02-02This should not have been recommitted (went undetected for quite a while).Jens Arnold1-5/+3
2006-02-02* Changed implementation of inverse bar: Instead of complementing all pixels ...Jens Arnold1-15/+5
2006-01-28Work-in-progress transparent bitmaps with 255,0,255 as the transparent color,...Linus Nielsen Feltzing1-0/+58
2006-01-22Horizontal scrolling patch by Shachar Liberman - Part 2 :)Tomas Salfischberger1-10/+33
2005-12-21H300: Roughly 20% faster LCD updates with DMALinus Nielsen Feltzing1-1/+1
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg1-12/+14
2005-11-30revert scroll pause in continuous scrolling modeMarcoen Hirschberg1-5/+3
2005-11-30add a delay when continually scrolling and reaching the beginning of the lineMarcoen Hirschberg1-3/+5
2005-11-2816bit LCD driver: faster drawing routines.Jens Arnold1-47/+76
2005-11-1716bit LCD driver: Optimised native bitmap drawing.Jens Arnold1-8/+1
2005-11-17Moved some often-used parts of the LCD driver into IRAM.Jens Arnold1-2/+6
2005-11-16Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now al...Jens Arnold1-29/+13
2005-11-1616bit LCD driver: * The colour get/set functions now use the native ranges fo...Jens Arnold1-81/+99
2005-11-1516bit colour support (H300) for the win32 simulator.Jens Arnold1-0/+6
2005-11-15Ensure the 16-bit framebuffer is aligned on a 4-byte boundaryDave Chapman1-1/+1
2005-11-14Fix compile error on iPod build - RGB_PACK resolves to a function on the iPod...Dave Chapman1-2/+5
2005-11-14The 16-bit LCD driver is now 16-bit for realLinus Nielsen Feltzing1-266/+39
2005-11-11iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman1-22/+29
2005-11-10I meant that to be static.Thom Johansen1-1/+1
2005-11-10Moved all iPod specific code from lcd-16bit.c to lcd-ipod.c.Thom Johansen1-325/+6
2005-11-09Fix #define names.Thom Johansen1-2/+2
2005-11-09A couple of fixes for Nanos.Thom Johansen1-1/+9
2005-11-08Quick fix to make the h300 build workLinus Nielsen Feltzing1-0/+18
2005-11-07Initial commit of work-in-progress iPod portDave Chapman1-0/+1266