For PlatformIO
This is based on the esp32-smartdisplay library that is intended to be used in PlatformIO. See https://github.com/rzeldent/esp32-smartdisplay for more information about the driver library.
Warning
Do not forget to clone this repository with submodules: git clone --recurse-submodules
!
This is required to also have the latest version of the Sunton boards definitions.
All the UI was made with SquareLine.
If the touch display is rotated weirdly, make sure to change -DTOUCH_SWAP_XY=true
to -DTOUCH_SWAP_XY=false
in platformio.ini