]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
lcd: add clear and draw bitmap declaration
authorChe-Liang Chiou <clchiou@chromium.org>
Thu, 20 Oct 2011 23:07:03 +0000 (23:07 +0000)
committerAnatolij Gustschin <agust@denx.de>
Tue, 15 Nov 2011 22:58:26 +0000 (23:58 +0100)
commit02110903a83539da35cf6b1bbd853ce0351f7c95
treeb9c516734600d294b1b4cdaf53953f77d8152b20
parent8db84487f9e5260c5d4376a633e6486d29a469c5
lcd: add clear and draw bitmap declaration

The functions for clearing and drawing bitmaps on the screen were not
exposed publicly and are made public in this patch in preparation for
implementing the display interface of api_public.h.

Signed-off-by: Che-Liang Chiou <clchiou@chromium.org>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
common/cmd_bmp.c
common/lcd.c
include/lcd.h