Gerd Alber schrieb: > Hello, > > I would run DirectFB on a PowerPC platform with a monochrome Display (1 bit > per pixel). No graphic chip is available, only frontbuffer on normal RAM. > Over a framebuffer i can get the memory. > I know that DirectFB not support framebuffers with 1 bpp (no such pixelformat > implemented). > Is it possible to implement such a pixelformat in DirectFB?
There's a 1 bit alpha format A1. You can try using that or implement a new one with A1 or LUT4 as an example. Monochrome would be a format with 1 bit luminance though :) -- Best regards, Denis Oliver Kropp .---------------------------------. | DirectFB - Embedded Graphics | | http://www.directfb.org/ | "---------------------------------" _______________________________________________ directfb-dev mailing list [EMAIL PROTECTED] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
