I am considering using the Espruino to power a smartwatch. I am a mediocre coder with a fair amount of experience with JavaScript. How would I go about connecting a screen to the device? I know the screen is SPI, but wherever I have used it before (arduino) I have been able to use libraries. Would I have to figure out how to communicate directly with the device, or are there some tricks I could use? If i have to just figure it out, where would some of you more experienced coders recommend I research my question further?
Thanks!
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 am considering using the Espruino to power a smartwatch. I am a mediocre coder with a fair amount of experience with JavaScript. How would I go about connecting a screen to the device? I know the screen is SPI, but wherever I have used it before (arduino) I have been able to use libraries. Would I have to figure out how to communicate directly with the device, or are there some tricks I could use? If i have to just figure it out, where would some of you more experienced coders recommend I research my question further?
Thanks!