public inbox for ecos-devel@sourceware.org
 help / color / mirror / Atom feed
* Running Microwindows on monochrome/grayscale LCD
@ 2006-05-05 10:09 llandre
  0 siblings, 0 replies; 2+ messages in thread
From: llandre @ 2006-05-05 10:09 UTC (permalink / raw)
  To: ecos-devel

Hi all,

I have to write a couple of Microwindows screen drivers for monochrome 
and 4-bpp greyscale LCD panels. As reference I'm looking at 
src/drivers/scr_ecos.c but this supports color mode only (RGB 555 and 
RGB 565) and, for istance, I can't understand which pixel format I have 
to use (MWPF_PIXELVAL, MWPF_PALETTE ...) and if rmask, gmask and bmask 
have to be handled.
I'd like to find a driver supporting monochrome or grayscale panels to 
use it as starting point. Anybody can provide such an example? Any hint 
or advice will be appreciated, too.


Thanks a lot in advance,
llandre

DAVE Electronics System House - R&D Department
web:   http://www.dave-tech.it
email: r&d2@dave-tech.it

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Running Microwindows on monochrome/grayscale LCD
       [not found] <20060505105111.886.qmail@web8315.mail.in.yahoo.com>
@ 2006-05-05 13:19 ` llandre
  0 siblings, 0 replies; 2+ messages in thread
From: llandre @ 2006-05-05 13:19 UTC (permalink / raw)
  To: Mr navaneethan krishnan; +Cc: ecos-devel

Hi,

if I understand correctly you suggest to keep pixtype set to 
MWPF_TRUECOLOR555 (or MWPF_TRUECOLOR565) and to use only G component to 
paint the pixels, while R and B become just dummies. It it correct? What 
about bpp field?


> Hi
> You can try like this
> Make R,B value  equal to 0 , which will make G as display input for 
> monochrome display
> So Assign r,b=0 in the  code and try
> Thanks
> Sai
> */llandre <r&d2@dave-tech.it>/* wrote:
> 
>     Hi all,
> 
>     I have to write a couple of Microwindows screen drivers for monochrome
>     and 4-bpp greyscale LCD panels. As reference I'm looking at
>     src/drivers/scr_ecos.c but this supports color mode only (RGB 555 and
>     RGB 565) and, for istance, I can't understand which pixel format I have
>     to use (MWPF_PIXELVAL, MWPF_PALETTE ...) and if rmask, gmask and bmask
>     have to be handled.
>     I'd like to find a driver supporting monochrome or grayscale panels to
>     use it as starting point. Anybody can provide such an example? Any hint
>     or advice will be appreciated, too.


-- 
llandre

DAVE Electronics System House - R&D Department
web:   http://www.dave-tech.it
email: r&d2@dave-tech.it

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-05-05 13:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-05 10:09 Running Microwindows on monochrome/grayscale LCD llandre
     [not found] <20060505105111.886.qmail@web8315.mail.in.yahoo.com>
2006-05-05 13:19 ` llandre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).