esp32 full UI and Tutorial
-
I have been searching for information on using Qt Creator for esp32 development. I have found several tutorials on setting up the Qt IDE to build and even a way to debug, though not with the built in debugger.
What I would like to know is whether someone was a tutorial on actually using the Qt UI tools including QML and building / running an actual UI app on a esp32 board with an LCD + touch screen on it.
Specifically I have a Adafruit Feather based device with a ILI LCD driver over SPI.
Is this available somewhere in tutorial form?
-
Hi @trpitman,
Have you found the answer to your question? I am facing the same problem (except I want to use an e-ink screen instead of an LCD) and would be very interested in any solution.
Could you also share the links to the tutorials you found for setting up the Qt IDE for building and debugging?
Thanks in advance for your answer. -
I think you can not use QML/widget in eps32. It is too limited in resources (memory/cpu speed/flash). You can use to develop the project but there is plugins to vscode and they have their own IDE to do that much more productively. But this is only my opinion.