After reading the 7110 thread, i bought a few LCDs and started developing a driver for it. A few years back i used FontGen to generate my fonts and bitmaps but found that it has become commercial (250 USD ). I found a few alternatives but they were either commercial or lacking. Consequently, i developed a font and image generator which outputs easy to integrate and compact font information:
You can get the zipped executable (37KB unzipped) **broken link removed**, and the 7110 driver **broken link removed**. I have not tested it on vista and i suspect the rendering will be a bit iffy, though i may be wrong. First thing in my todo list is vista support.
Comments, bug reports, wish lists are welcomed.
-- 30/07/09: 0.0.3 released
- Generates only the letters required by the user and uses a font descriptor array to access, in O(1), the bitmap for the requested character
- Descriptor array is stored only for the required range of characters
- Strips all possible vertical padding from bitmaps
- Space character is generated by code, not by bitmap. This removes the need to hold a large descriptor array (since space is the lowest ASCII character and is often used)
- Array is formatted in binary to allow easy visual tweaking of character
- Generates both source file info and header file info
- Bitmap conversion supported as well
- Open source (C#), released under GPL
You can get the zipped executable (37KB unzipped) **broken link removed**, and the 7110 driver **broken link removed**. I have not tested it on vista and i suspect the rendering will be a bit iffy, though i may be wrong. First thing in my todo list is vista support.
Comments, bug reports, wish lists are welcomed.
-- 30/07/09: 0.0.3 released
Attachments
Last edited: