Quote:
Originally Posted by hobnail
Since it's using an ESP32 shouldn't you be able to use any of the available ESP32 stuff? For example, scroll down to the Development gray bar at
http://esp32.net/
Or is the issue of how well a language interfaces with / supports the display?
|
Yes, all the usual stuff for Esp32 will work, including the screen. I have a couple of Esp32 boards. And they are quite nice to use with C/C++. But doing GUI programming I would prefer doing a little more high-level in a graphical design environment. If given a choice...