
18 Jan
2016
18 Jan
'16
1:01 a.m.
On Tue, 5 Jan 2016 09:31:08 -0700 Simon Glass sjg@chromium.org wrote:
This command can use the bitmap display code in the uclass. This is similar to the code in lcd.c and cfb_console.c. These other copies will go away when all boards are converted to use driver model for video.
Signed-off-by: Simon Glass sjg@chromium.org
common/cmd_bmp.c | 22 ++- drivers/video/Makefile | 1 + drivers/video/video_bmp.c | 353 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 375 insertions(+), 1 deletion(-) create mode 100644 drivers/video/video_bmp.c
Acked-by: Anatolij Gustschin agust@denx.de
-- Anatolij