Oops! its http://techref.massmind.org/datafile/charset/8x12 is the closest I can come. Please post or email me if you find an 8x8. --- James Newton mailto:jamesnewton@geocities.com 1-619-652-0593 http://techref.massmind.org NEW! FINALLY A REAL NAME! Members can add private/public comments/pages ($0 TANSTAAFL web hosting) -----Original Message----- From: pic microcontroller discussion list [mailto:PICLIST@MITVMA.MIT.EDU]On Behalf Of Chris Eddy Sent: Thursday, February 17, 2000 07:20 To: PICLIST@MITVMA.MIT.EDU Subject: Character generator table Per chance, does anyone out there have a character generator byte table for implementing characters on a graphics LCD display from software? I am using C.. and the characters are 8x8, and the bytes describe bits in horizontal strips, and the order of bits (MSB to LSB) can be reversed. The bytes stack from top to bottom to create an 8x8 character. I intend to define the table as a const array, and put it in a seperate file. Then I will include the file in the main program (my favorite way if including lookup tables). Can anyone lend a hand? It would take me a whole day to type it in by hand. Thanks Chris Eddy