I have installed an LCD into my stepper motor CNC project. Updating the display to call out each step (<=300/sec) slows down the actual movement of the motor. This was discussed here:
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1290545711
I could do sampling at a set time interval like those guys did but it was suggested that the time interval should be as big as once per second or half second. I quickly ran a test and found that I could see intelligible readings down to a tenth of a second. While this is not necessary, I feel that one tenth has a better look.
A lot of effort has been made to use less pins, i.e. using 4 bit mode instead of 8 etc. but I have a Mega with lots of extra pins, a Rugged Stepper Driver Shield and a Hitachi 16x2 display. It has a shield that comes with 5 useable buttons and another one for reset, none of which I plan to use. Looking at the three boards, I started wondering if I could go bigger instead of smaller.
My question would be, are there any unused recourses available that I could take advantage of to let me use the one tenth of a second setting for display without slowing down my stepper motor? Failing that, is there an inexpensive (and easy to incorporate) board that would make this possible?