Hi Bibhu,
The frame buffer is 555, but there is a padding bit (which can be
used as a transparant flag for blitting) at the 6th bit. In my make
images.c file I encode 8-bit values for RGB into the 16-bit word via:
pixel=((r & 0xF8)<<8)+((g & 0xF8)<<3)+((b & 0xF8)>>3);
This the format is RRRRRGGGGGTBBBBB where T is not displayed but can
be used to signify a transparent pixel when using some blitting
operations.
Hope this helps,
PJE
--- In "bibhu" <> wrote:
>
>
> Hello,
>
> TS-7300 has a framebuffer driver for video interface. The driver
enables
> video interaction from user space using the entries at /dev/fb.
>
> What format can the framebuffer driver handle ?
> RGB 555,565,888 or is there anything else?
>
> Thanks,
>
> Bibhu
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|