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