Open mutiakk opened 2 years ago
Hi,
Please copy the contents of lib
folder/directory of this repository to your Arduino library folder.
If you are using windows, the Arduino library location should be in C:\Users\YOUR_USER\Documents\Arduino\library
i see more error like this
Can you post the whole code that you are trying to compile here? Thanks
I use this library and already take it in my ESPectro32-0.2.0.zip
and the error is:
#define min(a,b) ((a)<(b)?(a):(b))
the code is:
`#include
ESPectro32_LedMatrix_ScrollTextAnimation ledMatrixTextAnim;
static void load_ex_ledmatrix_anim() { ledMatrixTextAnim.setLedMatrix(ESPectro32.LedMatrix()); ledMatrixTextAnim.scrollText("Hello World!!", 6000); } void setup() { load_ex_ledmatrix_anim(); } void loop() { }`
Please help me, I want to try some example of espectro32, but there is an error. I try some tutorial but didn't work and it always has the same error.
I use Button and LED Matrix example. until now, it not working. Thank you
