Hi,
I have just build angstrom-qt5-x11-image version 2.7b5 and there is some QT smart home demo application running after boot. But this application is very slow. When I click by mouse to some button it take 10 seconds to have reaction.
Now I am worried that I was choose wrong CPU for my future project.
I want to create my own application using QT5. It will be just couple of simple buttons and 800x480 GIF animation as background. This should be replacment of our 10 years old design with LPC2478. This old CPU can do this.
Don you guys think the iMX7s is fast enough to run my future application as I describled?
Why is this demo application so slow? It is normal or I have something wrong in configuration?
Original LXDE image works just fine. Windows on desktop are moving smooth.
And I have another question about adding QT5 layer. I read that I have to add PACKAGECONFIG_FONTS_append_pn-qtbase = " fontconfig"
into local.conf file. Otherwise there will be no fonts in system. I did not do that and fonts in QT demo application works. Do I really have to add this line into local.conf?