On Wed, 2007-04-04 at 12:01 +0530, Sudhakar Moharana wrote: > Hello, > > I want advice on how to proceed for the following problem > > As per my knowledge the Linux frame buffer requires the pixel data to > be in a packed pixel contiguous buffer. This means that the all the > data for one pixel must be packed together, followed by the data for > the next pixel, etc.(please correct me if I'm wrong) >
Not necessarily, although you can say that the framebuffer layer has the most support for packed-pixel format. If you want to see a non-packed-pixel framebuffer, check out amifb. It supports INTERLEAVED_PLANES type. Tony _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
