aboutsummaryrefslogtreecommitdiffstats
path: root/common/lcd.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-25video: move extern declarations from C to headersAlessandro Rubini1-16/+0
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-3/+3
2009-07-17Added support for splash screen positioningMatthias Weisser1-2/+37
2009-06-12General help message cleanupWolfgang Denk1-1/+1
2009-02-25lcd: Fix compilation warning in common/lcd.cAnatolij Gustschin1-1/+4
2009-02-24LCD: support 8bpp BMPs on 16bpp displaysGuennadi Liakhovetski1-25/+34
2009-02-24Add 16bpp BMP supportMark Jackson1-10/+41
2009-02-21lcd_putc bug fix for tab.Derek Ou1-1/+1
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2008-12-07lcd: Let the board code show board-specific info cleanupPeter Tyser1-1/+0
2008-10-27lcd: Let the board code show board-specific infoHaavard Skinnemoen1-79/+5
2008-10-25lcd: Set lcd_is_enabled before clearing the screenHaavard Skinnemoen1-1/+1
2008-10-25lcd: Implement lcd_printf()Haavard Skinnemoen1-0/+14
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-7/+7
2008-08-13common: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-4/+0
2008-08-08TQM823L: re-enable logo support; update LCD_INFO textWolfgang Denk1-1/+1
2008-08-01Fix bitmap display for atmel lcd controllerMark Jackson1-1/+5
2008-07-31Add gzipped logo supportMark Jackson1-0/+13
2008-07-14Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk1-1/+1
2008-07-14Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk1-1/+1
2008-05-13Cleanup nand_info[] declaration.Stelian Pop1-1/+0
2008-05-10Add ATMEL LCD driverStelian Pop1-1/+78
2007-07-08common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-2/+2
2007-07-04common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2006-10-20MCC200: Fix uninitialized variable problem in LCD driverWolfgang Denk1-2/+5
2006-10-09Coding style cleanupWolfgang Denk1-2/+2
2006-08-30Add splashscreen support for MCC200 board.Wolfgang Denk1-3/+25
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-5/+2
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-7/+7
2005-09-21Fix computation of framebuffer palette for 8bpp LCD bitmapsWolfgang Denk1-3/+2
2005-07-04* Patch by Detlev Zundel, 30 Jun 2005:wdenk1-12/+21
2005-06-05Fix watchdog reset problems on LWMON boardwdenk1-0/+1
2005-04-03* Patch by Yuli Barcohen, 08 Nov 2004:wdenk1-1/+1
2004-12-10* Clean up CMC PU2 flash driverwdenk1-2/+9
2004-10-09* Clean up tools/bmp_logo.c to not add trailing white spacewdenk1-0/+740