Hi everyone,
I’m currently working on a small online game website project and I’d like to use the ESP32-S3 Touch LCD as an additional interface. My main issue is figuring out the best way to communicate between the ESP32 and the website. For example, I would like a touch action on the screen to send information to the server, and then receive the game status or result back on the device. I was thinking about using an API or maybe WebSocket, but I’m not sure which option would be the easiest to implement on the ESP32-S3. Has anyone already used this screen for a similar project or connected it to a web-based application?
Shikaka Developer