A simple 8x8 Font Editor for uOLED device
ALIBE
Posts: 299
Duffer did a fantastic job on the uOLED 128/160 display device objects.· While I was using his object, I quickly whipped up a simple/small 8x8 Font Editor app in .Net C#.· Attached is a screen shot and the executable + a dependency dll (both in the zip file).· You will need .Net 2.0 Runtime to run this app.· Extract the zip file to a folder and run the app. Simple.
UPDATE History
Rev 1.0.0.2· On Sept 14 2007:
1. Fixed situation where the textboxes to enter custom formatting were readonly
2. Added 'Clear' button behavior
3. Added auto format when format prefix,suffixes text changes
Rev 1.0.0.1· On Sept 13 2007:
1. Added Statement Formating for Propeller and Stamp calls to uOLED object calls
2. Added "Inverse" behavior to allow font Inverse.
3. Updated Attachments to reflect changes
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"any small object, accidentally dropped, goes and hides behind a larger object."
·
ALIBE - Artificial LIfe BEing. In search of building autonoumous land robot
Post Edited (ALIBE) : 9/14/2007 1:07:40 PM GMT
UPDATE History
Rev 1.0.0.2· On Sept 14 2007:
1. Fixed situation where the textboxes to enter custom formatting were readonly
2. Added 'Clear' button behavior
3. Added auto format when format prefix,suffixes text changes
Rev 1.0.0.1· On Sept 13 2007:
1. Added Statement Formating for Propeller and Stamp calls to uOLED object calls
2. Added "Inverse" behavior to allow font Inverse.
3. Updated Attachments to reflect changes
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"any small object, accidentally dropped, goes and hides behind a larger object."
·
ALIBE - Artificial LIfe BEing. In search of building autonoumous land robot
Post Edited (ALIBE) : 9/14/2007 1:07:40 PM GMT
Comments
A text box with·a prototype statement·that you can just copy and paste into your code...
OLED.ADD_BITMAP (Chr, $60,$9F,$95,$64,$00,$00,$00,$00)
Saves time and no mistakes copying the hex values.
Steve
P.S.· And just to show that you haven't forgotten about·our Stamp cousins, a second box for Stampers...
SEROUT Tx, Baud, [noparse][[/noparse]"A", Chr, $60,$9F,$95,$64,$00,$00,$00,$00]··
Post Edited (Duffer) : 9/12/2007 4:44:52 AM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"any small object, accidentally dropped, goes and hides behind a larger object."
·
ALIBE - Artificial LIfe BEing. In search of building autonoumous land robot
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"any small object, accidentally dropped, goes and hides behind a larger object."
·
ALIBE - Artificial LIfe BEing. In search of building autonoumous land robot
I like the Inverse option. Maybe I'm looking at the app wrong, but if I select <Custom> in the Precanned dropdown, should I be able to put in my own Prefixes and suffixes. the text boxes don't seem to want to accept input when <Custom> is selected. Also, is the Clear button not functional? No biggie, just wondering.
Thanks,· Steve
That was a sneaky bug was'nt she! I fixed that issue and added a couple more features. Updated the rev history and the binaries.
Thanks, Nagi
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"any small object, accidentally dropped, goes and hides behind a larger object."
·
ALIBE - Artificial LIfe BEing. In search of building autonoumous land robot
Post Edited (ALIBE) : 9/14/2007 3:09:22 PM GMT