From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24041 invoked by alias); 7 Oct 2005 13:22:38 -0000 Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org Received: (qmail 23883 invoked by uid 22791); 7 Oct 2005 13:22:32 -0000 Received: from andre.ipv4.cesnet.cz (HELO andre.cesnet.cz) (195.113.144.228) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 07 Oct 2005 13:22:32 +0000 Received: by andre.cesnet.cz (Postfix, from userid 1010) id D0B643466EE; Fri, 7 Oct 2005 15:22:29 +0200 (CEST) Date: Fri, 07 Oct 2005 13:22:00 -0000 From: Jachym Holecek To: famlabus@gmx.de Cc: ecos-devel@sourceware.org Subject: Re: [ECOS] GUI library Message-ID: <20051007132229.GA4819@andre.cesnet.cz> Reply-To: Jachym Holecek References: <16830.1128690883@www84.gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16830.1128690883@www84.gmx.net> User-Agent: Mutt/1.4.1i X-Window-System: Not needed X-SW-Source: 2005-10/txt/msg00003.txt.bz2 Hello, > I'm going to use an open source GUI library to control either > the Powertip PG240128WRF-ATA-H with Toshiba T6963C and Matrix Touch 5 x 10 > AMT8704. > or the > EDT EW32F40FLW QVGA (320x240) with Epson S1D13305 und TP-9523-5.6 4-wire > analog Touch. > My target hardware is the LPC-E2294 board from Olimex(www.olimex.com) with > the LPC2294 running ecos. > Unfortunately minigui, my first decision, (minigui.org) needs a lot of > memory to run (recommended are 2MB Ram and 2MB Rom for ecos systems). > > Has anyone a suggestion which GUI lib I should use (C/PEG, FLTK, > easygui,...)? I'm happy with Allegro on my embedded (mostly) Linux systems. Getting it to run on eCos shouldn't be too hard -- a week or two I guess. There's a couple of GUI libraries built on top of Allegro, though I admit I'm using lowlevel drawing primitives directly to get my UIs painted... Regards, -- Jachym Holecek