Skip to content
Snippets Groups Projects
Commit 1464eff7 authored by Mark Jackson's avatar Mark Jackson Committed by Wolfgang Denk
Browse files

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: default avatarMark Jackson <mpfj@mimc.co.uk>
parent 2a433c66
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment