Yes, you are right! I use Espruino for all other functions.
I could use the Graphics Library and build my own driver, but first I want to try It with smartmatrix. It is an awesome libraray with all the function I need.
At the moment I face the problem, that I need the Arduino.h file for the library to work. I fixed the conflicting types error by using the arduino-esp32 builder. But I think, I am not doing It right.
The firmware make crashes with:
fatal error: Arduino.h: No such file or directory
Where do I have to include the Arduino Drivers? I used this tutorial:
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Yes, you are right! I use Espruino for all other functions.
I could use the Graphics Library and build my own driver, but first I want to try It with smartmatrix. It is an awesome libraray with all the function I need.
At the moment I face the problem, that I need the Arduino.h file for the library to work. I fixed the conflicting types error by using the arduino-esp32 builder. But I think, I am not doing It right.
The firmware make crashes with:
Where do I have to include the Arduino Drivers? I used this tutorial: