commit | d9015f6a50d7258125349ef5c2af836458a0029a | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Fri Aug 08 18:00:39 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Mon Aug 11 00:24:04 2008 +0200 |
tree | e975e66dd6346f1676ff5bdb90e622787ce27eb3 | |
parent | 406819ae94f79f5b59e01d163380ca7d83709251 [diff] |
video: fix bug in logo_plot If logo_plot() should ever be called with x starting position other than zero and for pixel depths greater than 8bpp, logo colors distortion will be observed. This patch fixes the issue. Signed-off-by: Anatolij Gustschin <agust@denx.de>