Hi, i'm not aware of any user side app to play around with kernel framebuffer.. (closer apps: v4l2 test suite, omapfbplay - http://git.mansr.com/?p=omapfbplay;a=tree )
you can have user side modules talking to /dev/fb* devices (there can be many frame buffers), to get a handle, update frame buffer via IOCTL calls.. I guess android framebuffer management is done at ./frameworks/base/libs/ui PS. below thread talks about android fb users (not facebook ;>) http://groups.google.com/group/android-porting/msg/3fd59b8d8ab84172 On Wed, Apr 7, 2010 at 11:50 AM, suhas <[email protected]> wrote: > Hi, > > I need a Android application that uses the framebuffer only and > displays something on it. > Could anyone please guide me to use it or if there already any > application which displays on the framebuffer , please give me a link > to it. I am desperately in need of such an application. Any sort of > application will do > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-porting > > To unsubscribe, reply using "remove me" as the subject. > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
