summaryrefslogtreecommitdiff
path: root/firmware/export/lcd.h (follow)
Commit message (Expand)AuthorAge
* Accept FS#7901 by Akio Idehara: Fix gradient for scrolling lines when more th...Nicolas Pennequin2007-11-19
* When unpacking a 16-bit color value to 24 bits, repeat the high bits of each ...Magnus Holmgren2007-11-11
* Remove the "invert scroll" code since it's not used anywhere anymore (and it ...Antoine Cellerier2007-10-15
* Save a few bytes in the line selector style handling code.Antoine Cellerier2007-09-30
* Fix the LCD line remaining active after shutdown on grayscale ipods (FS#5199)...Nicolas Pennequin2007-09-29
* FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.Nicolas Pennequin2007-09-27
* Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for A...Michael Sevakis2007-09-25
* Straignten out some issues with HAVE_LCD_ENABLE. 1g/2g/3g had it defined but ...Michael Sevakis2007-07-31
* Fix warnings and errors. Remove some added stuff that wasn't needed afterall.Michael Sevakis2007-07-28
* Scroll on main and remote with a single thread. Change the way system message...Michael Sevakis2007-07-28
* Oops.Jens Arnold2007-07-27
* Fix FS#7044 - if the color RGB(0,255,255) is in a bmp it will be replaced wit...Jonathan Gordon2007-07-14
* Fix FS#7336 - scrolling lines don't stay coloured.Jonathan Gordon2007-06-22
* Give color targets the ability to display each LCD line a different color and...Brandon Low2007-06-17
* Gigabeat LCD driver cleanup: Revert the DMA optimisations to the gigabeat LCD...Dave Chapman2007-05-15
* It's not necessary (anymore?) to map lcd_icon() to sim_lcd_icon() for the sim...Jens Arnold2007-04-03
* Charcell lcd driver: Preparations for switching to non-immediate LCD updates,...Jens Arnold2007-03-31
* (all targets) Increase scrolling line size to account for utf-8 in the overla...Jens Arnold2007-03-27
* First step of charcell LCD code rework: * Make it fully unicode aware so that...Jens Arnold2007-03-26
* Correct some color unpacking macros.Michael Sevakis2007-03-21
* Archos player: Introduce lcd_write_command_e (only one data byte) in the lcd ...Jens Arnold2007-03-18
* Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...Jens Arnold2007-02-20
* avoid using #if on undefined symbols, in preparation for -WundefDaniel Stenberg2007-02-17
* Setup LCD ourselves; move LCD buffer and TTB to free up 1.7MB of memoryGreg White2007-01-13
* Fix simulator buildGreg White2007-01-04
* Use DMA for Blit to screen/clearGreg White2007-01-04
* Fix freeze/crash problems when scrolling very long strings (like filenames or...Magnus Holmgren2006-12-17
* BMP loader: Remote LCD format support.Jens Arnold2006-11-20
* Backdrop support for greyscale targets. WPS backdrop is untested.Jens Arnold2006-11-13
* Removed remnants of deprecated lcd_roll().Jens Arnold2006-10-31
* More color adjustments. Better translation to and from native colors with eve...Michael Sevakis2006-10-15
* Added a small interface to screens to translate colors into remote gray level...Michael Sevakis2006-10-14
* Added dithering for 24 bit backdrops on 16 bit displays. FORMAT_DITHER should...Michael Sevakis2006-10-11
* Clean up the #ifdefs surrounding the definition of lcd_yuv_blit() and add an ...Dave Chapman2006-08-12
* Accepted FS #5786 by Michael Sevakis - lcd_yuv_blit() for X5.Rani Hod2006-08-11
* Accepted FS #5772 by Michael SevakisRani Hod2006-08-08
* Implementation of lcd_yuv_blit() for the ipod 5g.Dave Chapman2006-08-08
* H300: * Implemented lcd_yuv_blit(). Speeds up video playback by about 7%. No ...Jens Arnold2006-08-08
* Initial commit of work-in-progress MPEG video player plugin based on libmpeg2...Dave Chapman2006-08-07
* LCD drivers: * Slight speedup for 2bit greyscale drivers. Use the same scroll...Jens Arnold2006-07-28
* LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Os...Jens Arnold2006-03-08
* Foreground/Background colour settings. Based on patch #3050 by Jonathan Gord...Dave Chapman2006-02-26
* Made LCD_RGBPACK() macro more efficient when used with variable arguments.Jens Arnold2006-02-22
* Oops, no potentially conflicting declarations please.Jens Arnold2006-02-20
* Create an SDL sim for the iPod 4G Grayscale and also create an IPOD_ARCH defi...Dave Chapman2006-02-09
* More iPod 3G changes from Seven Le Mesle, and some unification of the iPod co...Dave Chapman2006-02-05
* The iAudio X5 LCD is 18 bitsLinus Nielsen Feltzing2006-02-05
* Colour LCD driver: * Bring non-backdrop rendering back up to speed. * Speed u...Jens Arnold2006-02-03
* Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds...Dave Chapman2006-02-02
* Work-in-progress transparent bitmaps with 255,0,255 as the transparent color,...Linus Nielsen Feltzing2006-01-28