Swap python xpt2046.py touch driver for modxpt2046.c driver

If I remove the commenting for mp_module_xpt2046 in mpconfigport.h I end up with two touch modules with same name in final build… xpt2046.


How do I remove the python version from build.

Remove the symbolic link xpt2046.py from lv_micropython/ports/esp32/modules/, and rebuild lv_micropython.

Thank You !!!
I’m starting to see the big picture now.