PDA

View Full Version : Span multiple frame buffers?



Mr. Picklesworth
September 17th, 2007, 10:25 PM
I have a very basic system running Linux (uClinux, actually), using a simple text shell and capable of basic framebuffer stuff. It is possible to write to two different framebuffers: /dev/fb0 and /dev/fb1. Applications can use either one.

However, I have a particularly tall app on my hands. Is it possible to have both framebuffers used together, such that one is a vertical or horizontal extension of another?