From mboxrd@z Thu Jan 1 00:00:00 1970 From: Detlev Zundel Date: Wed, 05 Aug 2009 16:31:14 +0200 Subject: [U-Boot] BMP display. In-Reply-To: <200908031703.28777.chernigovskiy@spb.gs.ru> (Tuma's message of "Mon, 3 Aug 2009 17:03:28 +0400") References: <200907301534.28277.chernigovskiy@spb.gs.ru> <200908031703.28777.chernigovskiy@spb.gs.ru> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tuma, > But now I have new question - how can I display a Bitmap picture on the > board's LCD? I know there is the "bmp" command, but how should I configure > and build U-Boot to have this command in prompt? My board is OMAP3EVM. Well for the bmp command to work, an implementation for the LCD part needs to be there. Checking the configs for supported OMAP boards, not one defines CONFIG_LCD: $ grep CONFIG_LCD `grep -l OMAP include/configs/*` | wc -l 0 As an example the MPC823 LCD controller is supported: $ grep CONFIG_LCD `grep -l MPC823 include/configs/*` | wc -l 25 I fear that you will need to implement support for the LCD controller yourself. Cheers Detlev -- You are God. Remember? -- Timothy Leary -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de