]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix bitmap offsets for non 8-bit LCDs
authorAndre Renaud <andre@bluewatersys.com>
Wed, 13 Feb 2013 17:48:00 +0000 (17:48 +0000)
committerAnatolij Gustschin <agust@denx.de>
Thu, 21 Mar 2013 09:50:42 +0000 (10:50 +0100)
commit317461c1db97abef243964ae4c7cc7d3485ec73f
treee0797848774ed11f22d8e7faa6d24c11a54a7d5e
parenta5796c51ce87870cde39c0b9cd29ac775d0fb514
Fix bitmap offsets for non 8-bit LCDs

Currently bitmap logos don't interpret the X coordinate
correctly if the bpp is anything other than 8.

Signed-off-by: Andre Renaud <andre@bluewatersys.com>
common/lcd.c