]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
api: export LCD device to external apps
authorChe-Liang Chiou <clchiou@chromium.org>
Thu, 20 Oct 2011 23:04:22 +0000 (23:04 +0000)
committerAnatolij Gustschin <agust@denx.de>
Tue, 15 Nov 2011 22:58:27 +0000 (23:58 +0100)
commita2a5729fc1247bb45d794e9d731c0b03bf58096f
treea89f1b03ebc2e3987b8068aefe0f0a30c1c357c4
parentd3983ee85325d2be730830ebcf82585ee7cd2ecb
api: export LCD device to external apps

This patch exports LCD info-query and bitmap-rendering functions to
external apps.

This patch is tested on a Seaboard.  Because the LCD driver is not yet
upstreamed, the test was done in a local downstream repo.

Signed-off-by: Che-Liang Chiou <clchiou@chromium.org>
api/Makefile
api/api.c
api/api_display.c [new file with mode: 0644]
api/api_private.h
examples/api/demo.c
examples/api/glue.c
examples/api/glue.h
include/api_public.h