summaryrefslogtreecommitdiff
path: root/common/lcd.c
AgeCommit message (Expand)Author
2011-08-29Correct cast in LCD cache flushSimon Glass
2011-08-29Fix compiler warnings generated by gcc 4.6.Vadim Bendebury
2011-08-29Implement shared display support.Vadim Bendebury
2011-08-29Fix LCD corruptionsSimon Glass
2011-08-29Add support for flushing LCD frame buffer from dcache after updateSimon Glass
2011-08-29fix compiler warning of common/lcd.cChe-Liang Chiou
2011-08-29Add CONFIG_ALIGN_LCD_TO_SECTION to make frame buffer MMU-friendlySimon Glass
2011-08-24Fix LCD clear functionSimon Glass
2011-08-24Fix compiler warning of include/lcd.hChe-Liang Chiou
2011-08-24Make lcd_clear as non-static such that other parts can call it.Tom Wai-Hong Tam
2011-08-24Add return value in lcd_display_rle8_bitmap and reorganize it.Tom Wai-Hong Tam
2011-08-24Speed up RLE8 bitmap decoding, each frame from 497ms to 87ms.Tom Wai-Hong Tam
2011-08-24Implement RLE8 bitmap decoding.Tom Wai-Hong Tam
2011-08-24Fix BMP rendering bug, wrong fb offset calculation for bpix == 16.Tom Wai-Hong Tam
2011-08-24Fix BMP decode bug that skips the wrong padded row.Tom Wai-Hong Tam
2011-01-27lcd: align fb writing address for horizontal display offsetLiu Ying
2010-07-14Enable PXAFB for PXA27X and PXA3XXMarek Vasut
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-03-24lcd: make 16bpp workAlessandro Rubini
2010-01-27lcd: remove CONFIG_ATMEL_LCD ifdefs from lcd_setfgcolorAnatolij Gustschin
2009-10-18lcd: remove '#if 0' 32-bit scroll, now memcpy does itAlessandro Rubini
2009-07-25video: move extern declarations from C to headersAlessandro Rubini
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD
2009-07-17Added support for splash screen positioningMatthias Weisser
2009-06-12General help message cleanupWolfgang Denk
2009-02-25lcd: Fix compilation warning in common/lcd.cAnatolij Gustschin
2009-02-24LCD: support 8bpp BMPs on 16bpp displaysGuennadi Liakhovetski
2009-02-24Add 16bpp BMP supportMark Jackson
2009-02-21lcd_putc bug fix for tab.Derek Ou
2009-01-28Command usage cleanupPeter Tyser
2008-12-07lcd: Let the board code show board-specific info cleanupPeter Tyser
2008-10-27lcd: Let the board code show board-specific infoHaavard Skinnemoen
2008-10-25lcd: Set lcd_is_enabled before clearing the screenHaavard Skinnemoen
2008-10-25lcd: Implement lcd_printf()Haavard Skinnemoen
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-08-13common: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD
2008-08-08TQM823L: re-enable logo support; update LCD_INFO textWolfgang Denk
2008-08-01Fix bitmap display for atmel lcd controllerMark Jackson
2008-07-31Add gzipped logo supportMark Jackson
2008-07-14Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk
2008-07-14Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk
2008-05-13Cleanup nand_info[] declaration.Stelian Pop
2008-05-10Add ATMEL LCD driverStelian Pop
2007-07-08common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger
2007-07-04common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger
2006-10-20MCC200: Fix uninitialized variable problem in LCD driverWolfgang Denk
2006-10-09Coding style cleanupWolfgang Denk
2006-08-30Add splashscreen support for MCC200 board.Wolfgang Denk
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk
2005-10-13Cleanup for GCC-4.xWolfgang Denk