summaryrefslogtreecommitdiff
path: root/board/mcc200/lcd.c
AgeCommit message (Collapse)Author
2011-11-15font: split font data from video_font.hChe-Liang Chiou
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>
2007-04-18MCC200 board: remove warning which is obsolete after PSoC firmware changesWolfgang Denk
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-02-27MCC200 update - add LCD Progress IndicatorSergei Poselenov
2006-08-30Add splashscreen support for MCC200 board.Wolfgang Denk