Hello,
I have board with 3 framebuffer. I am using dev/fb0 for open GL and I want to use dev/fb1 for Qt embedded 4.4. Unfortunately Qt fills its framebuffer with a green background color which hides the openGL framebuffer

fb1 is ARGB, so Qt should just write an alpha value of 0x00 as a background color. It "should" be easy, but I've no idea how to do it...

Thanks for any help,

Michelle