This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Agilent AAED2000 - LCD_SUPPORT.C


Yes, you need LCD_COMM to have drawing support in the file that is in the repository.  Attached is the diff file between my source file and the 1.15 repository I used where I changed the locations of the ifdefs so drawing was possible when LCD_COMM wasn't available.  It's size is so huge because someone/something apparently removed the indentation in the preprocessor commands.

Joeri.

-----Original Message-----
From: Oscar [mailto:martinos72@libero.it]
Sent: woensdag 8 oktober 2003 20:24
To: ecos-discuss@sources.redhat.com
Subject: RE: [ECOS] Agilent AAED2000 - LCD_SUPPORT.C


I'm only studies the source to try to implement microwindows on my PXA255,
and take the most recently LCD_SUPPORT.C source. At the moment i'd like take
the simpliest way and i don't need LCD_COMM. OSCAR

-----Original Message-----
From: ecos-discuss-owner@sources.redhat.com
[mailto:ecos-discuss-owner@sources.redhat.com] On Behalf Of Gary Thomas
Sent: mercoledì 8 ottobre 2003 21.12
To: Oscar
Cc: eCos Discussion
Subject: Re: [ECOS] Agilent AAED2000 - LCD_SUPPORT.C


On Wed, 2003-10-08 at 12:07, Oscar wrote:
> Inside the function lcd_clear() there's a call to set_pixel(), but the
> set_pixel() function declaration is only after the
> CYGSEM_AAED2000_LCD_COMM option. If I don't select the option the 
> set_pixel() not will be built e in consequence not available for 
> lcd_clear(). Is it correct?
> 

It looks that way.  I don't recall ever trying to build without using the
LCD_COMM mode.

Do you actually have one of these units?  AFAIK, they were only prototypes
and never saw commercial light of day.

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss




-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

Attachment: lcd_support.diff
Description: Binary data

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]