summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-ipod.c (follow)
Commit message (Expand)AuthorAge
* Moved ipod LCD code to target tree.Jens Arnold2007-02-25
* Increase the number of pixels written to the Photo/Color LCD in one go to 0x1...Dave Chapman2006-08-24
* Port Tom Meyer's lcd_yuv_blit() optimisations for the ipod 5g to the ipod Pho...Dave Chapman2006-08-17
* Change default contrast for iPod 3GDaniel Ankers2006-08-15
* Remove unneeded and unwanted parameter checking from lcd_yuv_blit() - bring t...Dave Chapman2006-08-12
* Make the grey shades on greyscale iPods a little darker, and the dark grey on...Jens Arnold2006-08-10
* Initial commit of work-in-progress MPEG video player plugin based on libmpeg2...Dave Chapman2006-08-07
* Grayscale library ported to the grayscale iPods, first version. Added C refer...Jens Arnold2006-08-07
* Contrast setting cleanup: * Only include contrast setting for targets where i...Jens Arnold2006-07-25
* Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.cJens Arnold2006-04-08
* lcd_blit() (with mono->2bit expansion) implemented for greyscale ipods. Chang...Jens Arnold2006-04-06
* Grayscale iPods: Bit-flipped the 2bit LCD driver to use the same format as ap...Jens Arnold2006-04-04
* greyscale iPod LCD: Working display flip. * Correct register definitions for ...Jens Arnold2006-04-01
* Greyscale iPod LCD driver: Fixed lcd_update_rect() to work properly for parti...Jens Arnold2006-03-31
* Initial support for iPod mini 2G: Rockbox boots, LCD driver is working. No so...Jens Arnold2006-03-30
* Removed lcd_roll() and lcd_remote_roll() functions. These functions were not ...Jens Arnold2006-03-11
* Patch #1435744 from Andrew Scott - initial iPod Mini supportDave Chapman2006-02-21
* Implement contrast setting for iPod greyscale LCDDave Chapman2006-02-09
* Create an SDL sim for the iPod 4G Grayscale and also create an IPOD_ARCH defi...Dave Chapman2006-02-09
* Some bugfixes for the iPod 4G greyscale version of the LCD driverDave Chapman2006-02-06
* Create config file for iPod 4G greyscale and various iPod 3G/4G greyscale fixesDave Chapman2006-02-05
* Initial version of iPod greyscale LCD driver from Seven Le Mesle. This is cu...Dave Chapman2006-02-05
* iPod: Fix the detection of lcd type for the iPod Photo - this should fix prob...Dave Chapman2006-01-31
* iPod: Remove some iPod Photo lcd initialisation code that (when used in the b...Dave Chapman2006-01-30
* Removed PP5020_ prefix from register defines and added/renamed someThom Johansen2006-01-24
* Correctly attribute Bernard Leach as the (C) holder for code taken from ipodl...Dave Chapman2005-12-19
* iPod: Fix the lcd_update_rect() function for the Color LCD, ensure rect is wo...Dave Chapman2005-11-25
* Minor cleaning of the iPod LCD driverDave Chapman2005-11-17
* 16bit colour support (H300) for the win32 simulator.Jens Arnold2005-11-15
* Small optimisation to the lcd_update_rect function - read the framebuffer dat...Dave Chapman2005-11-15
* Fixes for new 16-bit framebuffer typeDave Chapman2005-11-14
* iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman2005-11-11
* Moved all iPod specific code from lcd-16bit.c to lcd-ipod.c.Thom Johansen2005-11-10