public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Detlev Zundel <dzu@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] BMP display.
Date: Wed, 05 Aug 2009 16:31:14 +0200	[thread overview]
Message-ID: <m2prbaz619.fsf@ohwell.denx.de> (raw)
In-Reply-To: <200908031703.28777.chernigovskiy@spb.gs.ru> (Tuma's message of "Mon, 3 Aug 2009 17:03:28 +0400")

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

  reply	other threads:[~2009-08-05 14:31 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-30 11:34 [U-Boot] Environment structure Tuma
2009-07-30 15:29 ` Detlev Zundel
2009-08-03 13:03   ` [U-Boot] BMP display Tuma
2009-08-05 14:31     ` Detlev Zundel [this message]
2009-08-06 11:48       ` Tuma
2009-08-06 15:25         ` Detlev Zundel
2009-08-13  9:26           ` Tuma
2009-08-13  9:45             ` Wolfgang Denk
     [not found]               ` <200908171305.55605.chernigovskiy@spb.gs.ru>
2009-08-17  9:33                 ` Wolfgang Denk
2009-08-17  9:38                   ` Tuma
2009-08-17  9:52                     ` Wolfgang Denk
2009-08-17 11:12                       ` Tuma
2009-08-17 11:51                         ` Wolfgang Denk
     [not found]                           ` <200908171631.17975.chernigovskiy@spb.gs.ru>
2009-08-17 12:38                             ` Wolfgang Denk
2009-08-17 13:55                               ` Tuma
2009-08-17 14:01                                 ` Tuma
2009-08-17 15:37                                 ` Premi, Sanjeev
2009-08-18  9:00                                   ` Tuma
2009-08-18 11:04                                     ` Wolfgang Denk
2009-08-17 20:31                                 ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2prbaz619.fsf@ohwell.denx.de \
    --to=dzu@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox