public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Andrew Dyer <amdyer@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] 16bit BPP color depth image on LCD
Date: Fri, 25 Feb 2005 10:25:22 -0600	[thread overview]
Message-ID: <c166aa9f050225082534c5f49c@mail.gmail.com> (raw)
In-Reply-To: <002f01c51afe$47bf1e50$0400a8c0@praveenvs>

On Fri, 25 Feb 2005 11:23:00 +0530, Praveen VS <praveen@spacomp.com> wrote:
> Hello,
> 
> When we looked at code bmp_logo.c , we found utility called bmp_logo,
> which converts bmp file into header
> This header file is for 8 bpp & has a bmp palette field.
> It tries to write the Pallette info on to Palette Ram of PXA255.
> 

It sounds like you need to write a driver for your LCD controller chip...

If you look at the code which actually displays the image (don't have my
source tree handy right now) you'll see that it takes the palette data and
expands it out to the appropriate colors depending on the type of display
color setup you have.  We have it working fine on a 32 bpp display which
is 8-8-8 color, but the principle is the same for 5-6-5.


-- 
Hardware, n.:
        The parts of a computer system that can be kicked.

  reply	other threads:[~2005-02-25 16:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-25  5:53 [U-Boot-Users] 16bit BPP color depth image on LCD Praveen VS
2005-02-25 16:25 ` Andrew Dyer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-02-24 14:03 Praveen VS
2005-02-25 17:45 ` Hinko Kocevar

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=c166aa9f050225082534c5f49c@mail.gmail.com \
    --to=amdyer@gmail.com \
    --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