Re: [U-Boot] [PATCH] Fix bitmap offsets for non 8-bit LCDs

2013-03-29 Thread Anatolij Gustschin
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(-) appl

[U-Boot] [PATCH] Fix bitmap offsets for non 8-bit LCDs

2013-02-13 Thread Andre Renaud
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(-) diff --git a/common/lcd.c b/common/lcd.c index 66d4f94..ee47712 100644 --- a/common