summaryrefslogtreecommitdiffstats
path: root/board/mcc200/lcd.c
Commit message (Collapse)AuthorAgeFilesLines
* common lcd: simplify lcd_display_bitmapNikita Kiryanov2012-09-051-0/+20
| | | | | | | | | | | Move highly platform dependant code into its own functions to reduce the number of #ifdefs in lcd_display_bitmap To avoid breaking the mcc200 board which does not #define CONFIG_CMD_BMP, this patch also implements bmp_display() for mcc200. Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il> Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
* font: split font data from video_font.hChe-Liang Chiou2011-11-151-1/+3
| | | | | | | | | | | | | While video_font.h is useful even without referencing the font data, it is not possible to be included multiple times because it defines font data array right in the header. This patch splits the font data array into video_font_data.h and so now video_font.h can be included multiple times. This at least solves the code duplication in board/mcc200/lcd.c. Signed-off-by: Che-Liang Chiou <clchiou@chromium.org> Acked-by: Mike Frysinger <vapier@gentoo.org>
* MCC200 board: remove warning which is obsolete after PSoC firmware changesWolfgang Denk2007-04-181-4/+0
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* MCC200 update - add LCD Progress IndicatorSergei Poselenov2007-02-271-3/+28
|
* Add splashscreen support for MCC200 board.Wolfgang Denk2006-08-301-0/+190
OpenPOWER on IntegriCloud