[U-Boot] [PATCH] fix lcd testpattern in 16bit mode

21 Jan
2016
21 Jan
'16
1:29 p.m.
The testpattern of the lcd was only working in 8bit mode(2x3 tiles in different colors). With this patch now 8bit and 16bit is supported. In 16bit mode there are 2x4 tiles in different colors. The number of LCD-colors is defined in the include/configs/<boardfile>.h
br, Andy

24 Jan
24 Jan
12:37 a.m.
On Thu, 21 Jan 2016 13:29:25 +0100 Andreas Neubacher neubacher.andreas@gmail.com wrote:
Subject: [PATCH] fix the color testpattern in 16bit mode
Signed-off-by: Andreas Neubacher neubacher.andreas@gmail.com
common/lcd.c | 17 ++++++++++++++++- include/lcd.h | 11 +++++++++-- 2 files changed, 25 insertions(+), 3 deletions(-)
applied to u-boot-video/master, thanks!
-- Anatolij
3400
Age (days ago)
3402
Last active (days ago)
1 comments
2 participants
participants (2)
-
Anatolij Gustschin
-
Andreas Neubacher