Dear Sir,
I want to check if DM816X support mouse layer on UI?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear Sir,
I want to check if DM816X support mouse layer on UI?
Hello,
DM816x with EZSDK supports Embedded Qt framework (and you can use the mouse with Qt). Along with the Matrix GUI application (http://processors.wiki.ti.com/index.php/Matrix_Users_Guide) , which is loaded by default, there are some Qt demos included in EZSDK in this folder on the target file system:
/usr/bin/qtopia/examples/
The Qt version in EZSDK 5.05 is Qt 4.7.2. (For more version information refer to http://processors.wiki.ti.com/index.php/EZSDK_Feature_List)
Here are some links:
http://qt-project.org/doc/qt-4.7/
http://processors.wiki.ti.com/index.php/Building_Qt
http://processors.wiki.ti.com/index.php/Using_Qt_4.7
http://processors.wiki.ti.com/index.php/Building_Qt_with_OpenGL_ES_accelerated_by_SGX
For greater Qt versions:
https://github.com/prabindh/qt-configs
Also:
http://qt-project.org/wiki/Support_for_Embedded_Linux
Thank you.
BR
Vladimir
How are you generating the cursor plane ? Once you generate the Cursor plane, you can use one of the available Graphics HW planes to display. But usually, most frameworks (like Qt, or X), it is easier to just do it in Software.