Done lots of searching but haven't been able to sort this out:
I'm making a speedo for my motorcycle and I have the GLCD (Graphic LCD 128x64 STN LED Backlight - LCD-00710 - SparkFun Electronics) from Sparkfun. I've been able to get it going, but I'm trying to work out how to get big fonts working... I have tried font creators, tried to get Font Creator 2 working but guessing I need some Java environment running too?
So Q's:
I can get fonts about 48 pixels high? (like the Sparkfun pictured example)
Are the big fonts essentially just 'images' like a converted BMP?
Example of some code somewhere where someone has used large fonts?
The font in that picture is probably a 32 pixel font. Have a look at numbers created by fontcreator and you will see that 32 pixel digits look like the picture you posted.
If you are using the library in the arduino playground there is an example of how to use fonts made by fontcreator. If you are using Sparkfuns serial interface have your tried to get help on that in the Sparkfun forum?
Nah, I'm using the billions of wires module.. I'll have a look at the playground examples again.. hope I can gleen some more ideas on big fonts from that.