From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andre Renaud Date: Fri, 26 Nov 2004 10:52:23 +1300 Subject: [U-Boot-Users] lcd patch Message-ID: <1101419544.19942.41.camel@benmore> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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