ozarkshermit, Attached is a program I wrote quite a few years ago to test the theory of using BIG numbers on a 4 x 20 LCD display. Enjoy...
ozarkshermit, Attached is a program I wrote quite a few years ago to test the theory of using BIG numbers on a 4 x 20 LCD display. Enjoy...
Dave Purola,
N8NTA
EN82fn
Your Z loop increments Z by 6 for each iteration.
You increment Z by 5 manually within the loop, and the NEXT Z used to close the loop iterates another 1.
If you take the difference between your start and end indexes for each digit A and B,
the difference between A and B for digit zero is the only set that is evenly divisible by 6.
The other digits overshoot the loop index by 2.
You might also check this thread...
http://www.picbasic.co.uk/forum/showthread.php?t=17707
good luck
Dwight
Dwight
These PIC's are like intricate puzzles just waiting for one to discover their secrets and MASTER their capabilities.
Bookmarks