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: microwindows?


On Sunday, February 2, 2003, at 06:00 PM, Shannon Holland wrote:

Are there examples of how to integrate microwindows into an app? I've added the mw package and have put in some basic support for my lcd (it's a SED1335 based lcd connected to the at91 EB40A). I've done some basic lcd support things (based from the arm/edb7xxx port - not sure if this is a good place to start!).

I've seen the ecos_app.c, etc stuff in the ecos dir under microwindows and have turned on all the ECOS/Microwindows stuff in my .ecc file, but guess I'm missing where things are built? Well, I can see the objects are compiled (ecos_init.o, etc), but what do I need to do to invoke all of this?

I also need to determine if I've done the right thing by the lcd driver or not - I'll look at that next!

OK, I did find that if I include ecos_app.c in my app, then it does start the nanox server, etc. Nothing does seem to work though. I don't have a keyboard or mouse - will this cause it to bail?

I also need to look at the ecos screen driver - it is indeed calling my lcd support code but I have to lie and tell it I support RGB555 when I'm only 1 bit. Does this RGB555 setting just mean that colors are speced as 555 but then rendered however?

Thanks!

Shannon


--
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]