commit | 8886b5366eabfb78299809bf9cb31b6127189de7 | [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 | 72801eba68d9104ea8a484dcc37ab90fd29f19b2 [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>