Transparent background with linuxfb
-
Hello,
I'm trying to overlay animation with QT using linuxfb. I'd like to have it set up so that when QT redraws the image, it clears the background to Qt::transparent. Anything I have tried so far simply results in either a black or white rectangle, but not a "clear" one.
All QT has to do is write 0x00000000 to each pixel, but I can't quite seem to figure out how to make it do that. Any advice?