Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Ads

Discussion Groups

Discussion Groups | Comp.Arch.Embedded | Recommended GUI framework for embedded monitor?

There are 4 messages in this thread.

You are currently looking at messages 0 to 4.

Recommended GUI framework for embedded monitor? - larwe - 16:00 05-10-08

I need to write a semi-realtime Linux-based GUI for an embedded app.
It pulls data in from two V4L infra-red cameras and displays a
synthesized with some somewhat-synchronized data from a sensor array
connected over USB-to-serial.

Last time I did this, I wrote it as a svgalib app. This time I'd like
to do it in X. Is there a simple framework I can use for this? Anyone
here with experience to recommend something?




Re: Recommended GUI framework for embedded monitor? - Frank Buss - 16:10 05-10-08

larwe wrote:

> I need to write a semi-realtime Linux-based GUI for an embedded app.
> It pulls data in from two V4L infra-red cameras and displays a
> synthesized with some somewhat-synchronized data from a sensor array
> connected over USB-to-serial.
> 
> Last time I did this, I wrote it as a svgalib app. This time I'd like
> to do it in X. Is there a simple framework I can use for this? Anyone
> here with experience to recommend something?

If you've written it with svgalib, you can use this:

http://libsdl.org

Porting it to SDL from svgalib would be a piece of cake.

-- 
Frank Buss, f...@frank-buss.de
http://www.frank-buss.de, http://www.it4-systems.de

Re: Recommended GUI framework for embedded monitor? - larwe - 19:20 05-10-08

On Oct 5, 4:10=A0pm, Frank Buss <f...@frank-buss.de> wrote:

> http://libsdl.org
>
> Porting it to SDL from svgalib would be a piece of cake.

Great! Thanks very much. I've used a zillion pieces of software based
on SDL, but never wrote any code for it. I'll do some study this week.


Re: Recommended GUI framework for embedded monitor? - Pierre Asselin - 20:31 05-10-08

larwe <z...@gmail.com> wrote:
> I need to write a semi-realtime Linux-based GUI for an embedded app.
> [ ... ]

Check http://www.fltk.org and see if it meets your requirements

-- 
pa at panix dot com