need help to optimize code
TC
Posts: 1,019
Hello all, I am just playing around with a 5x7 dot matrix display. well i have a working code but even with a BS2sx I am gitting fliker out of the display.
could someone please look at my code and see if there is somthing I have missed?
thanks TC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
We all make mistakes when we are young………That’s why paste is edible!
could someone please look at my code and see if there is somthing I have missed?
thanks TC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
We all make mistakes when we are young………That’s why paste is edible!
Comments
There's one thing in your program that may be improved. Instead of a lookup table for the bit patterns, you might try putting the data into memory in defined locations and then access it systematically. Such as character# + offset. I'm not sure how much faster the program will run but maybe enough to help.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
We all make mistakes when we are young………That’s why paste is edible!
...and stop busting your kids toys for parts.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Have Fun
TR
Post Edited (TechnoRobbo) : 7/27/2007 5:29:03 AM GMT
Thank you
TC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
We all make mistakes when we are young………That’s why paste is edible!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Have Fun
TR