Hello,
i checked examples for PIC32MZ-DA but i dont want to use Microchip's plugins. Is any possibility to port generated code to own project and hardware? I thought that baremetal or Free RTOS is needed with initialised TFT, allocated frame memory, task with embedded wizard GUI application and render TFT task. Ithought that i can try copy importatn methods but i cannot find some methods definitions for example EwNewObjectIndirect or EwInitViewport. I found only their prototypes in *.h files but i don't find their *.c/cpp files. So i don't understand how i can build example without these definitions. Where are their definitions and source files?