-
• #2
I think you would have to compile into the firmware. The is graphics for output - im not aware of any input device that you could use as an example.
-
• #3
Is there an example of how to add custom functions into the firmware? (i.e. turning a C++ library into javascript?)
-
• #5
Take a look to
https://github.com/jumjum123/EspruinoExtensions/tree/master/Family/ESP32/LED32x64It's an driver for 32*64 LED boards, based on an example by Espressif guys.
jswrap_LED32x64.c holds main connection from Espruino to source from EspressifI would be interested to hear more from your project
-
• #6
Hi there,
I just got my hands on an esp-eye that is using the same camera.
Did anyone manage to integrate the c++ drivers?
Specifically, I am referring to the OV2640 camera (as per https://github.com/m5stack/m5stack-cam-psram/tree/NoPsram )
Short of that, is there some documentation somewhere to enable me to convert the existing C++ drivers to work with the Espruino libraries?