]> git.karo-electronics.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)
committerTom Rini <trini@konsulko.com>
Fri, 6 Mar 2015 01:13:16 +0000 (20:13 -0500)
commitd38d0c6a33c0ef087e030ca1731e485e854c05fa
treea3802630bf4912584ccd04fd51230f0f61f89d7b
parent3b4e16eb530aa3eaa29535a7d511c105c0de963a
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