Add support for ESP8266 and ESP32
Opened this issue · 2 comments
karevivan commented
Add support for ESP8266 and ESP32
HarishK-github commented
I wanted esp32 support too, I made some changes to the original code, and below are the changes I made.
It also includes support for TFT_display(ILI9341) and a rotary_encoder, code for which can be found on the web easily.
Stefankante commented
I wanted esp32 support too, I made some changes to the original code, and below are the changes I made.
It also includes support for TFT_display(ILI9341) and a rotary_encoder, code for which can be found on the web easily.
could you made this to run on ESP32-Arduino ? I have no idea how to port from IDF. Thx!!