]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
lcd: Provide an API to access LCD parameters
authorVadim Bendebury <vbendeb@chromium.org>
Fri, 28 Sep 2012 15:11:13 +0000 (15:11 +0000)
committerAnatolij Gustschin <agust@denx.de>
Tue, 6 Nov 2012 23:57:16 +0000 (00:57 +0100)
commit395166cffbb427bfb0da051ac044118a592e5c0b
tree3edc919590a1439f5a1d9cca1ce20201f5f40c05
parentc20ee073a61f32cd34bd76ec88797ab20f62c313
lcd: Provide an API to access LCD parameters

Create a basic API to provide access to lcd parameters such as screen
size, and to position the cursor on the screen.

This matches up with the video API for the same purpose. Unfortunately
they are not yet combined.

Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
common/lcd.c
include/lcd.h