commit | 267c1400fdee2512bb2d56e549336087a5daa49e | [log] [tgz] |
---|---|---|
author | Hannes Petermaier <oe5hpm@oevsv.at> | Tue Feb 03 13:22:24 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 05 20:13:16 2015 -0500 |
tree | a3802630bf4912584ccd04fd51230f0f61f89d7b | |
parent | 169aa70f795319f49650cdebbaafccef4df52b6a [diff] |
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>