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


Reply via email to