commit | e32951b525c5cd67aece0dffb7d4012b1567dcaf | [log] [tgz] |
---|---|---|
author | Andreas Neubacher <neubacher.andreas@gmail.com> | Thu Jan 21 13:06:32 2016 +0100 |
committer | Anatolij Gustschin <agust@denx.de> | Sun Jan 24 00:38:40 2016 +0100 |
tree | d8512bae6be735e3ff089ee66d40d77339c7b77b | |
parent | 913d1be20801c3fed3dd1e832d3bf5bdde159f32 [diff] |
lcd: fix the color testpattern in 16bit mode 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 Signed-off-by: Andreas Neubacher <neubacher.andreas@gmail.com> Signed-off-by: Anatolij Gustschin <agust@denx.de>