cwt
Member level 5
ffa6e
Hi out there...
I have something to ask about my programming stuff. Currently i am using visual basic 6.0 to do my programming.
What i want is like that:
Base on an ASCII character, my program will able to find the pattern that represent the character and display it on the dot matrix array.
How am i going to store all the patterns for each of the ASCII character? :?:
Eg. for the character 'A', the equivalent display pattern is [c1,b7,77,b7,c1].
*Note: all display pattern is in hex.
How am i going to retreive the pattern for each ASCII character? :?:
Eg. for the character 'A', the display pattern [c1,b7,77,b7,c1] will be send out to the dot matrix array.
Thanks!! 8)
Hi out there...
I have something to ask about my programming stuff. Currently i am using visual basic 6.0 to do my programming.
What i want is like that:
Base on an ASCII character, my program will able to find the pattern that represent the character and display it on the dot matrix array.
How am i going to store all the patterns for each of the ASCII character? :?:
Eg. for the character 'A', the equivalent display pattern is [c1,b7,77,b7,c1].
*Note: all display pattern is in hex.
How am i going to retreive the pattern for each ASCII character? :?:
Eg. for the character 'A', the display pattern [c1,b7,77,b7,c1] will be send out to the dot matrix array.
Thanks!! 8)