[U-Boot] [PATCH 08/13] lcd: introduce lcd_set_cmap
Simon Glass
sjg at chromium.org
Sat Jan 31 01:24:47 CET 2015
On 29 January 2015 at 04:21, Nikita Kiryanov <nikita at compulab.co.il> wrote:
> Reduce the lcd_display_bitmap #ifdef complexity by extracting Atmel specific
> code for setting cmap for bitmap images into a new function lcd_set_cmap().
> A default version is implemented with the remainder of the code.
>
> Signed-off-by: Nikita Kiryanov <nikita at compulab.co.il>
> Cc: Bo Shen <voice.shen at atmel.com>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Anatolij Gustschin <agust at denx.de>
> ---
> common/lcd.c | 46 ++++++++++++++++++++++-----------------------
> drivers/video/atmel_lcdfb.c | 11 +++++++++++
> 2 files changed, 33 insertions(+), 24 deletions(-)
I *think* I understand this...
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list