Quote:
Originally Posted by dcb
if(y!=0) // save 2 bytes compared to "if(y==1)"
dr+=0x40;
|
Oh yeah, that's the problem right there. It assumes that if it's not the first row it must be the second.
Thanks DCB!
I'm running in 16x2 mode at the moment but once I've finished mucking around with the datalogging and GPS code I'll have a look at that.
Cheers :-)
Jonathan Oxer