madworm/MBI5030_demo

Add support for ESP8266 and ESP32

Opened this issue · 2 comments

Add support for ESP8266 and ESP32

I wanted esp32 support too, I made some changes to the original code, and below are the changes I made.

MBI5030_espidf_.zip

It also includes support for TFT_display(ILI9341) and a rotary_encoder, code for which can be found on the web easily.

I wanted esp32 support too, I made some changes to the original code, and below are the changes I made.

MBI5030_espidf_.zip

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!!