I finally managed to get an application working with graphics and touch on the Tab5. My solution:
- Removed any reference to managed components in the
idf_component.ymlfiles. - Clone the
M5UnifiedandM5GFXrepositories and put them in thecomponentsdirectory. - Added references to
CMakeLists.txtfor the added components.
Application now builds and I have tested the display with the BarGraph anf the TouchTest applications.
Hope this helps anyone experiencing the same issue.
Regards,
Mark