I'm trying to add a eink display to the libs/graphics module.
My goals are to First have this excisable from just a normal to normal microcontrollers. Second possible port this to the bangleJS library. There's a watch that uses the same exact display i'm working with. https://watchy.sqfmi.com/
My first question is how do you use a display without using BangleJS software suit.
I see this example https://www.espruino.com/Onboard+LCD
I see the lcd_pcd8544.h/c files but i don't understand how they get accessed from the javascript side. There's no binding javascript wrapper comment code?
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.
I'm trying to add a eink display to the libs/graphics module.
My goals are to
First have this excisable from just a normal to normal microcontrollers.
Second possible port this to the bangleJS library. There's a watch that uses the same exact display i'm working with. https://watchy.sqfmi.com/
My first question is how do you use a display without using BangleJS software suit.
I see this example
https://www.espruino.com/Onboard+LCD
I see the lcd_pcd8544.h/c files but i don't understand how they get accessed from the javascript side. There's no binding javascript wrapper comment code?