View Single Post
Old 11-12-2020, 04:06 PM   #7
nihilazo
Member
nihilazo began at the beginning.
 
Posts: 22
Karma: 10
Join Date: Apr 2019
Device: Kobo Aura HD
Quote:
Originally Posted by sherman View Post
You can feed raw scanlines to fbink, so one can programmatically draw to a buffer, and pass that to FBink for display.

go-fbink-v2 for example has a convenience "PrintRBGA" function, which displays an image.RGBA. You could use a library like gg to draw to an image.RGBA, then display it with "PrintRBGA"

One of these days, it would be cool to have a pure Go solution for printing to screen, but that isn't today...
Oh awesome, I'll try that out!
nihilazo is offline   Reply With Quote