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-16bit.c
Age
Commit message (
Expand
)
Author
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