Thank you @Bas-Rijniersce !
(editor for custom characters is now done by the way)
Thank you @Bas-Rijniersce !
(editor for custom characters is now done by the way)
Hi, as already mentioned in one of the posts, I have created a 16x16 (in the future also scalable to 32x32 etc.) font renderer for the OLED expansion of the omega. Feel free to use, change and improve
I'm currently also working on a font editor so that you can add your own characters.
GitHub repo link: https://github.com/jonathan-reisdorf/node-onion-omega-oled-text
npm link: https://www.npmjs.com/package/onion-omega-oled-text
@patrick-gunderson nice, that sounds great! (and much more performant than just using the binary)
Hi, I have just created a big 16x16px font renderer that makes use of writeByte to achieve the aforementioned (not with python but as a node module though):
https://github.com/jonathan-reisdorf/node-onion-omega-oled-text
Feel free to add your own characters & submit a PR!
Hi, for anyone who needs it, I have written a Node.js wrapper that makes use of the shell binary.
Check it out here: https://github.com/jonathan-reisdorf/node-onion-omega-oled
I have also just created a big 16x16px font renderer that makes use of the wrapper:
https://github.com/jonathan-reisdorf/node-onion-omega-oled-text
Feel free to add your own characters & submit a PR!