commit | 1464eff77e7fdaed609ecf263a2423c9dcf96b1f | [log] [tgz] |
---|---|---|
author | Mark Jackson <mpfj@mimc.co.uk> | Fri Aug 01 09:48:29 2008 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Fri Aug 01 12:42:50 2008 +0200 |
tree | cca0d9fc4386db4fd82ac4f614f82933752a7a2c | |
parent | 2a433c66b1e2770349fe4911be23c375f053ebd8 [diff] |
Fix bitmap display for atmel lcd controller 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 data is never actually written to the lcd framebuffer !! Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>