]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common/lcd: Add command for setting cursor within lcd-console
authorHannes Petermaier <oe5hpm@oevsv.at>
Tue, 3 Feb 2015 12:22:24 +0000 (13:22 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:20:09 +0000 (14:20 +0200)
commit4da612f57e84a660384e21f3fc8ae88d1281cc8f
treefb7f54bd63cb5a082466509eaade8b2f3956d634
parent3e3bc95d2dd8166a048d17bec472768f6beb1ab9
common/lcd: Add command for setting cursor within lcd-console

Sometimes we do not want redirect u-boot's console to screen but anyway we want
write out some status information out of a u-boot script to the display.

To define the specific position of the string to be written, we have to set
the cursor with "setcurs" before writing.

Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
common/lcd_console.c