Re: [U-Boot-Users] [PATCH] Fix bitmap display for atmel lcd controller

2008-07-31 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > The current lcd_display_bitmap() function does not work properly for the > Atmel LCD controller. > > 2 fixes need to be done:- > > (a) when setting the colour map, use the lcd_setcolreg() function as provided > by the Atmel driver > (b) the actual dat

[U-Boot-Users] [PATCH] Fix bitmap display for atmel lcd controller

2008-07-30 Thread Mark Jackson
The current lcd_display_bitmap() function does not work properly for the Atmel LCD controller. 2 fixes need to be done:- (a) when setting the colour map, use the lcd_setcolreg() function as provided by the Atmel driver (b) the actual data is never actually written to the lcd framebuffer !! Bel