> > I'm using FLTK 1.1.9, ELDK (http://www.denx.de/wiki/DULG/ELDK) and a
> > Freescale MPC5200.

> > It looks a bit like a little/big-endian problem. Is this known Problem?
> > And are there some special libraries I can use for PowerPC (I guess the
> > problem is in library fltk_images...?)

I worked with this MPC5200 and had similar problem too. My problem with the 
device was in _twisted_ bytes in colors representation. Graphics subsystem 
works with color as LitteEndian. But CPU, as you know, is BigEndian. The FLTK 
image library cannot work with such bytes sequence. To resolve these troubles I 
had made special workarounds.

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to