summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-16bit.c
AgeCommit message (Expand)Author
2005-11-17Moved some often-used parts of the LCD driver into IRAM.Jens Arnold
2005-11-16Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now al...Jens Arnold
2005-11-1616bit LCD driver: * The colour get/set functions now use the native ranges fo...Jens Arnold
2005-11-1516bit colour support (H300) for the win32 simulator.Jens Arnold
2005-11-15Ensure the 16-bit framebuffer is aligned on a 4-byte boundaryDave Chapman
2005-11-14Fix compile error on iPod build - RGB_PACK resolves to a function on the iPod...Dave Chapman
2005-11-14The 16-bit LCD driver is now 16-bit for realLinus Nielsen Feltzing
2005-11-11iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman
2005-11-10I meant that to be static.Thom Johansen
2005-11-10Moved all iPod specific code from lcd-16bit.c to lcd-ipod.c.Thom Johansen
2005-11-09Fix #define names.Thom Johansen
2005-11-09A couple of fixes for Nanos.Thom Johansen
2005-11-08Quick fix to make the h300 build workLinus Nielsen Feltzing
2005-11-07Initial commit of work-in-progress iPod portDave Chapman