On 10/26/2012 19:23, Andreas Bießmann wrote:
The lcd_setcolreg() is a API provided by the lcd driver and used to setup the
color lookup table. However the lcd driver setup the CLUT by using a lot
of #ifdiffery and accessing the CLUT arrays which are cleanly hidden by the API
call. Remove that and
Hi Nikita,
On 28.10.2012 08:10, Nikita Kiryanov wrote:
> Hi Andreas,
>
> I think this change can also be applied to lcd_display_bitmap(), and
> then configuration_get_cmap() can be eliminated.
hopefully yes, but first of all I would like to hear that the change can
work on all supported devices,
Hi Andreas,
I think this change can also be applied to lcd_display_bitmap(), and
then configuration_get_cmap() can be eliminated.
--
Regards,
Nikita.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
The lcd_setcolreg() is a API provided by the lcd driver and used to setup the
color lookup table. However the lcd driver setup the CLUT by using a lot
of #ifdiffery and accessing the CLUT arrays which are cleanly hidden by the API
call. Remove that and use the API.
Signed-off-by: Andreas Bießmann
4 matches
Mail list logo