Hi Benjamin, My guess is that "code" is meant to do the following: const unsigned char __attribute__ ((section(".text;"))) lcdfont[72][8] = { //Character Space { 0x00, //00000000 0x00, //00000000 0x00, //00000000 0x00, //00000000 0x00, //00000000 0x00, //00000000 0x00, //00000000 0x00 //00000000 }, This WFM. Garst
benjami...@gmx.net wrote: > > Hi @ all! > I am trying to pixelwrite fonts in my graphical LCD. I found some > librarys to do so - but the Fonl-Table is written in a array that is > defined: > > unsigned char code font_Arial_char_table[] = { > /* '0' charwidth: 6 */ > 0x00, /* [ ] */ > 0x00, /* [ ] */ > 0x00, /* [ ] */ > 0x70, /* [ *** ] */ > 0x88, /* [* * ] */ > 0x88, /* [* * ] */ > 0x88, /* [* * ] */ > 0x88, /* [* * ] */ > 0x88, /* [* * ] */ > 0x88, /* [* * ] */ > 0x70, /* [ *** ] */ > 0x00, /* [ ] */ > 0x00, /* [ ] */ > 0x00, /* [ ] */ > ... > > I dont undeerstand the command "code" in these line. Also the mspgcc > writes an error. > How should that work? Any ideas? > Benni > > -- > GMX ProMail mit bestem Virenschutz http://www.gmx.net/de/go/mail > +++ Empfehlung der Redaktion +++ Internet Professionell 10/04 +++ > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Mspgcc-users mailing list > Mspgcc-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mspgcc-users