View previous topic :: View next topic |
Author |
Message |
opvini
Joined: 27 Apr 2012 Posts: 50 Location: Brazil
|
Fonts to graphic display |
Posted: Mon May 28, 2012 3:42 pm |
|
|
Hi everbody.
Where I found fonts to graphic display, in hexadecimal? Can I convert one font from my computer to the hex?
Thanks!!! |
|
|
opvini
Joined: 27 Apr 2012 Posts: 50 Location: Brazil
|
|
|
ckielstra
Joined: 18 Mar 2004 Posts: 3680 Location: The Netherlands
|
|
|
ezflyr
Joined: 25 Oct 2010 Posts: 1019 Location: Tewksbury, MA
|
|
Posted: Tue May 29, 2012 6:44 am |
|
|
Hi,
I used GLCD Font Creator, and found it to work pretty well. If I recall, it will generate code in a number of language/compiler formats, but none were 100% compatible with CCS 'C', so a slight hand edit was necessary. This was just syntax, however, not content!
Also, creating the new font data is generally the easy part of the exercise. Chances are that you'll need to write a new routine to display this new font on the GLCD. This is certainly true if the new font is bigger than the 5x7 fonts found in the CCS library.
John |
|
|
|