[U-Boot-Users] lcd patch

Andre Renaud andre at bluewatersys.com
Thu Nov 25 22:52:23 CET 2004


The attached patch fixes a bug in the common lcd code relating to font
colours on 16bit displays (they were being and'd with 0xf, instead of
0xffff), and also adds a new config option CONFIG_LCD_NO_CONSOLE which
disable initializing the device_t output device on the LCD (for when you
only want to display a logo during boot).

The NO_CONSOLE option is probably not particularly useful, but I'm
pretty sure the other bug is wrong.

Andre

-------------- next part --------------
A non-text attachment was scrubbed...
Name: lcd.diff
Type: text/x-patch
Size: 1250 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20041126/6058c723/attachment.bin 


More information about the U-Boot mailing list