hwiguna / HariFun_166_Morphing_Clock

106 stars 37 forks source link

How to compile this for ESP32? #9

Open xSnowHeadx opened 5 years ago

xSnowHeadx commented 5 years ago

How can I compile this for ESP32? There are a lot of libraries incompatible between ESP32 and ESP8266 and some are not available for ESP32 (for example DoubleResetDetector). After switching the board type to ESP32 a lot of ESP8266-specific-named include files were (of course) not found.

helmarw commented 4 years ago

try this one if you like: https://github.com/helmarw/myClock Its a mod I did for an ESP32 (MH-ET LIVE D1 mini) which is pin-compatible with the WeMos-Matrix-Shield, but not the IOs therefore needed some modifications to the PxMatrix.h for SPI IOs and some muxDelay, since the P4 64x32 LED Matrix display im using as a slow muxer.... I could not run the code successfully on an ESP8266 tough...