Hacker News new | ask | show | jobs
by grackle2 691 days ago
This is a pretty bespoke thing -- stuff made for an RPi / linux won't directly port over. It's running Micropython and has got custom code to handle the screen, there's no obvious framebuffer or terminal. But anything is possible and I bet you could take the bits of the firmware you need to port over your own stuff!
1 comments

Ah gotcha, that makes a lot of sense and love that its close to the metal like that!