Semih Hazar wrote: > Hi, > > The attached patch adds support for BGR555 pixel format. > > BGR555 (along with BGR32) is the pixel color format used by AT32AP > processors from Atmel (and some AT91's I guess). Without this patch > directfb refuses to work.
Thanks! What are your modifications to fbdev.c? I guess just a few to add the format. You should not branch the system module for this. > I tested it briefly and it seems to work fine. If you don't have any > comments I can also add support for BGR32. The pixel format list is getting too big to be builtin into the library completely. I prefer modules rather than ifdefs, which requires more effort, but also enables dynamic format registration via 3rd party modules. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
