]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common/lcd: Add command for writing to lcd-display
authorHannes Petermaier <oe5hpm@oevsv.at>
Tue, 3 Feb 2015 12:22:25 +0000 (13:22 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:20:09 +0000 (14:20 +0200)
commit118840c1567d96b50c831592b215acce1a1f4269
treed38e4197c510c800f47bc7d726f6c20210d317f3
parent4da612f57e84a660384e21f3fc8ae88d1281cc8f
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>
common/lcd_console.c