From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 29 Mar 2013 12:08:09 +0100 Subject: [U-Boot] [PATCH] Fix bitmap offsets for non 8-bit LCDs In-Reply-To: <1360813680-20508-1-git-send-email-andre@bluewatersys.com> References: <1360813680-20508-1-git-send-email-andre@bluewatersys.com> Message-ID: <20130329120809.29e81fda@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, On Thu, 14 Feb 2013 16:48:00 +1300 Andre Renaud wrote: > Currently bitmap logos don't interpret the X coordinate correctly if the bpp > is anything other than 8. > > Signed-off-by: Andre Renaud > --- > common/lcd.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) applied, thanks! Anatolij