Pavius
Joined: 03 Aug 2009 Posts: 3
|
03 Aug 2009 12:51 the dot factory |
|
|
|
|
The Dot Factory is an open source (C#) free (GPL) font and bitmap generator for dot matrix LCDs. There are quite a few of these around but they are either commercial, closed source or lacking.
* 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/horizontal 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 can be formatted in binary to allow easy visual tweaking of character
* Generates both source file info and header file info
* Bitmap conversion supported as well
* Many settings for conversion result - hex/binary, flipped, LSb/MSb first, etc.
* Open source (C#), released under GPL
* Tested on XP, Server 2003 and Vista
In addition, i've also released my Nokia 7110 driver. This is a non buffered driver, specially tailored for uCs that can't store the ~900 bytes of back buffer required by the 7110. It supports page aligned and non page aligned writes (the 7110 does not support read modify write so you can't share a page).
You can get the zipped executable (37KB unzipped) here, and the 7110 driver here. Comments, bug reports, wish lists are welcomed. Check the site every once in a while since the proggie is still in development and has quite a few features in the pipeline.
|
|
Pavius
Joined: 03 Aug 2009 Posts: 3
|
10 Oct 2009 16:24 The Dot Factory: A free LCD font and image generator |
|
|
|
|
Thanks, Barry
It's very possible to add PicBasic support format, though i myself do not know offhand how it should look like. If you'd like to work on this together, drop me a line @ admin at my site's name (pavius dot net).
|
|