Reputation: 725
I want to test some text drawing functions on a framebuffer device that is not connected to any physical display. Is there a way to view in real time what I'm drawing to /dev/fb0 ?
Upvotes: 6
Views: 1000
Reputation: 2164
picoTK comes with a small framebuffer emulator:
http://picotk.sourceforge.net/
Although it is quite old, it served me well some years ago.
Upvotes: 4