-
It's not a library per-se, just a code example. You can run PoC the code in the gist and it should draw a t-rex image on the screen (assuming that you have a similar model to mine, otherwise adjustments might be needed).
Then you can look inside the display.js module of my game and use it as a basis for a library. You will probably have to manually change the pins in the code to whatever pins your display is connected to. Good luck!
-
I managed to get the 2-colored one working on Espruino as part of my IRL Chrome T-Rex game project.
You can find my initial PoC code in this gist, or check out the final version here.
Hi @Gordon,
Is the code for the nRF52840 + USB on GitHub? I tried to look for it in master, but couldn't seem to find any mention of nRF + USB...
Thx!