]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix bitmap display for atmel lcd controller
authorMark Jackson <mpfj@mimc.co.uk>
Fri, 1 Aug 2008 08:48:29 +0000 (09:48 +0100)
committerWolfgang Denk <wd@denx.de>
Fri, 1 Aug 2008 10:42:50 +0000 (12:42 +0200)
commit1464eff77e7fdaed609ecf263a2423c9dcf96b1f
treecca0d9fc4386db4fd82ac4f614f82933752a7a2c
parent2a433c66b1e2770349fe4911be23c375f053ebd8
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>
common/lcd.c