summaryrefslogtreecommitdiff
path: root/firmware/export/lcd.h (follow)
Commit message (Expand)AuthorAge
* 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
* Color BMP supportLinus Nielsen Feltzing2006-01-28
* First steps towards SDL sim for windowsLinus Nielsen Feltzing2006-01-25
* Horizontal scrolling patch by Shachar LibermanTomas Salfischberger2006-01-22
* patch #1385256 by Hristo Kovachev - Turn off H300 LCD while backlight is offLinus Nielsen Feltzing2005-12-20
* 16bit LCD driver: faster drawing routines.Jens Arnold2005-11-28
* Add LCD_PIXELFORMAT config variable to distinguish between the two types of 1...Dave Chapman2005-11-19
* Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now al...Jens Arnold2005-11-16
* New type for the LCD frame buffer dataLinus Nielsen Feltzing2005-11-14
* Add LCD_LIGHTGRAY and LCD_DARKGRAY macros and correctly use LCD_LIGHTGRAY in ...Dave Chapman2005-11-13
* Moved all iPod specific code from lcd-16bit.c to lcd-ipod.c.Thom Johansen2005-11-10
* Remove unnecessary #ifdefDave Chapman2005-11-08
* Initial commit of work-in-progress iPod portDave Chapman2005-11-07
* The const police strikes and hits itself.Jens Arnold2005-11-06
* More preparations and conversions for colour LCD support.Jens Arnold2005-07-19
* Renamed MAX_LEVEL to LCD_MAX_LEVEL to match the naming scheme. Preparations f...Jens Arnold2005-07-19
* Greyscale graphics driver: Added missing function.Jens Arnold2005-07-14
* Removed the XYZ_PIXEL() macros. They are no longer needed, and they did only ...Jens Arnold2005-07-08
* 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold2005-07-06
* Graphics: Lowlevel block function are in IRAM now as they're called often. Sw...Jens Arnold2005-06-30
* Third part of graphics api rework. Some small but effective optimisations. Po...Jens Arnold2005-06-29
* Second part of graphics api rework. Bitmap drawing and text output converted;...Jens Arnold2005-06-28
* Oops, the XYZ_PIXEL() macros are used elsewhere, so bring them back.Jens Arnold2005-06-25
* Core functions taking advantage of the new, optimised lcd_hline() and lcd_vli...Jens Arnold2005-06-25