Looking for a very specific type of embedded GUI kit

2005-04-12 Thread Sizer
We make embedded devices that are basically wimpy linux boxes with small custom display/touchscreen heads on them. They're not running X or any other windowing system. All development is done with C++ and PEG (Portable Embedded GUI) driving the display. PEG lets you install your own hardware dr

Re: Looking for a very specific type of embedded GUI kit

2005-04-12 Thread Dan Sommers
On 12 Apr 2005 16:38:05 -0500, Sizer <[EMAIL PROTECTED]> wrote: > So the question is: what non-X gui toolkit can we use that has Python > bindings and will let us use a custom display driver at the lowest > level? ... Curses? There's a HOWTO at . HTH, Dan

Re: Looking for a very specific type of embedded GUI kit

2005-04-13 Thread Frithiof Andreas Jensen
"Sizer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > So the question is: what non-X gui toolkit can we use that has Python > bindings and will let us use a custom display driver at the lowest level? There is a discussion of Embedded X's here: http://www.linuxdevices.com/files/e

Re: Looking for a very specific type of embedded GUI kit

2005-04-14 Thread Sizer
Thanks for your suggestions - after digging into SDL it looks pretty darn easy to add your own primitive devices at the low level (in src/video/), so that seems like the way to go. Once SDL is working, plenty of kits run on top of it. -- http://mail.python.org/mailman/listinfo/python-list