commit | 092f2ac3252b2fae94ed304a24ed9bfa4f39676e | [log] [tgz] |
---|---|---|
author | Hannes Petermaier <oe5hpm@oevsv.at> | Tue Feb 03 13:22:25 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 05 20:13:16 2015 -0500 |
tree | e8e3fefc30286b4b4ea700f4fed47ce28cd31c01 | |
parent | 267c1400fdee2512bb2d56e549336087a5daa49e [diff] |
common/lcd: Add command for writing to lcd-display 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. So we cannot use the normal "echo ....", instead we write explicitly using "lcdputs ..." for writing to the actual cursor position on LCD. Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>