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:
That’s what I was missing for my JC2432W328C board!
just in case anyone comes across this, the above config should work. If the interrupt_pin is configured I had a crazy situation that if I am touching the bezel of the screen (there’s a metal strip around the screen) the touch screen was working. If I was not touching the bezel the screen was not detecting touches. Commented out the interrupt and the screen is now working!!! Thanks