Hi, Benni !
I am happy with
const unsigned char font[]={......};
Oleg Skydan
----- Original Message -----
From: <[email protected]>
To: <[email protected]>
Sent: Wednesday, October 13, 2004 6:22 PM
Subject: [Mspgcc-users] "code" <- ?!
> 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>