Two apps on LinuxFB
Unsolved
Mobile and Embedded
-
Hello,
i'm developing QT Widget apps with QT Creator and i wat to use framebuffer to render it. I found, on the official site, the way to render a single app on the framebuffer using the following code in main.cpp of my apps
qsetenv("QT_QPA_PLATFORM","linuxfb:fb=/dev/fb0") qsetenv("QT_QPA_FB_DISABLE_INPUT","1")
but i'm not able to render two different apps, in different screen regions, using the Framebuffer. It's not possible to render multiple apps? Or if it is possible, what is a smart way to do it?
-
Hi and welcome to devnet,
What version of Qt are you using ?