summaryrefslogtreecommitdiff
path: root/common/lcd.c
AgeCommit message (Expand)Author
2013-03-29video: bcm2835: fix build issuesAnatolij Gustschin
2013-03-29Merge branch 'for-v2013.04'Anatolij Gustschin
2013-03-21Fix bitmap offsets for non 8-bit LCDsAndre Renaud
2013-03-21common/lcd.c: move the macro's to the c fileJeroen Hofstee
2013-03-21common/lcd: cosmetic: clean up a bitJeroen Hofstee
2013-03-21common/lcd.c: remove global lcd_baseJeroen Hofstee
2013-03-21common/lcd.c: cleanup use of global variablesJeroen Hofstee
2013-03-21common/lcd.c: cleanup use of global variablesWolfgang Denk
2013-03-20lcd: calculate line_length after lcd_ctrl_init()Stephen Warren
2013-03-11lcd: implement a callback for splashimageNikita Kiryanov
2013-03-08lcd: add option for board specific splash screen preparationNikita Kiryanov
2013-01-14lcd: restore ability to display 8 bpp BMPs on 16 bpp LCDsNikita Kiryanov
2012-12-10Merge branch 'master' of git://git.denx.de/u-boot into resolveMinkyu Kang
2012-11-19lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed consoleSimon Glass
2012-11-19lcd: Add support for flushing LCD fb from dcache after updateSimon Glass
2012-11-19lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignmentSimon Glass
2012-11-07lcd: Implement RLE8 bitmap decodingTom Wai-Hong Tam
2012-11-07lcd: Fix BMP decode bug that skips the wrong padded rowTom Wai-Hong Tam
2012-11-07lcd: Provide an API to access LCD parametersVadim Bendebury
2012-09-24common/lcd: fix build breakage for at91sam9x5ek and trats boardsAnatolij Gustschin
2012-09-21common/lcd: add protection from null bmp pointerNikita Kiryanov
2012-09-05common lcd: simplify lcd_display_bitmapNikita Kiryanov
2012-09-05common lcd: simplify core functionsNikita Kiryanov
2012-09-05common lcd: simplify lcd_displayNikita Kiryanov
2012-09-05common lcd: simplify lcd_logoNikita Kiryanov
2012-07-10common lcd: minor coding style changesNikita Kiryanov
2012-05-25LCD: display 32bpp decompressed bitmap imageDonghwa Lee
2012-05-25common/lcd.c: reduce one CONFIG_LCD_LOGO ifdefAnatolij Gustschin
2012-05-25common/lcd.c: reduce some CONFIG_LCD_*_LOGO ifdefsAnatolij Gustschin
2012-05-25common/lcd.c: use ARRAY_SIZEAnatolij Gustschin
2011-12-06PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]XMarek Vasut
2011-11-15font: split font data from video_font.hChe-Liang Chiou
2011-11-15tools: logo: split bmp arrays from bmp_logo.hChe-Liang Chiou
2011-11-15lcd: add clear and draw bitmap declarationChe-Liang Chiou
2011-10-01GCC4.6: Squash warnings in lcd.cMarek Vasut
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