After getting the display and the onboard RGB to work I am now trying to figure out if the touchscreen can also work with ESPHome.
I saw there is a work in progress driver implementation to exactly support this board (Support for CST 820 Touch screen controller by dirkjankrijnders · Pull Request #5641 · esphome/esphome · GitHub).
But I wonder if anybody has implemented this screen yet and can share his code in ESPHome? What files do I have to include in my ESPHome build? For example can I include the changed files as custom components like this or do I need to compile my own ESPHome binary:
esphome:
includes:
- cst820/binary_sensor.py
- ...