Juce on fbdev or equivalent

Hi guys,

I was wondering how difficult it would be to render juce widgets on a non accelerated, non windowed surface? ie a frame buffer… I see mentions of running it as a browser plugin, and that seems to imply to me it could work? Am I wrong ?

Also would you have any pointer on how to make default widget fonts, etc – bigger ?

The idea is of course to use Juce as a front end on an embedded system with a fairly dumb LCD panel with a touchscreen…

Probably pretty easy to do if you don’t mind getting your hands dirty. You’d need to write a custom type of ComponentPeer that interacts with whatever framebuffer and i/o you’ve got.

May be someone already done this? =)