Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hey,
Anyone who knows how to do framebuffer output in Qt5 with linuxfb? I did framebuffer output in Qt 4.8.2, using -qws -display linuxfb:/dev/fb1 as argument for my application.
There is no qws in Qt5 anymore so can anyone give a hint how to do it?
Build and use the linuxfb qpa plugin or maybe the eglfs plugin if you have OpenGL support.