splitbrain / pimenu

Simple fullscreen menu system for Raspberry Pi Touchscreen
132 stars 46 forks source link

pimenu without X directly on the framebuffer #1

Open ctshh opened 9 years ago

ctshh commented 9 years ago

Hi splitbrain,

would it be possible to have this run directly on the framebuffer without the need for an X server underneath? That way it would be the first de-facto standard menu for all embedded devices ;)

Thanks, Christian.

splitbrain commented 9 years ago

No idea. If there's a way to run tkinter on the frame buffer it should be possible. PR or documentation would be welcome.