development for Monochrome screen
-
Hi,
i was assigned a project to create an application that runs on a small device with a monochrome screen.
The application holds several screens and one of them displays a map.
OS that was selected was Linux Embedded and i will be using QT 5.4.2.
Do i need to change my development in any way? or can i develop as usual without worrying myself with this?
another small question: the device does not also support openGL - does this impact me in any other way?
thanks,
Guy. -
Hi,
What small device are you using ?
If you have no OpenGL available at all you will probably have to rebuild Qt disabling the OpenGL support.
-
Hi,
What small device are you using ?
If you have no OpenGL available at all you will probably have to rebuild Qt disabling the OpenGL support.
-
Since I don't know how the screen should work, I can't comment.
-
Not sure if this would help: http://www.qtcentre.org/threads/61614-Converting-Colorful-Screen-to-Monochrome-Display
Also, I think it depends on the boards if can use that display or not.