Closed
Description
I am very impressed about speed of screen updates on Bangle.js - great work!
Just tried a ili9341 via spi with javascript which is extremely slow.
As JumJum is working on his EFEU platform it could very easy for all to include selectively drivers.
This is how I would start:
- choose a c implementation for ili9341
- pull it into .h and .c file
- add ifdefs
- integrate into graphics?
What else is needed to get it working?