
3 Jan
2018
3 Jan
'18
12:31 p.m.
On Tue, 2 Jan 2018 15:25:37 +0800 Peng Fan peng.fan@nxp.com wrote:
The calculation of left space for version string is not correct, should use VIDEO_COLS not VIDEO_LINE_LEN / 2, otherwise we will get larger space than actual have and cause string to overlay logo picture.
Also current version string display only supports two lines words at max. This also causes overlay when the LCD pixel colume size is not enough.
Signed-off-by: Peng Fan peng.fan@nxp.com
drivers/video/cfb_console.c | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-)
applied to u-boot-video/master, thanks!
-- Anatolij