Maybe something like this?
char buf[3];
itoa(i + 5, buf, 10);
moveCursor("01", buf);
I'm not sure this is what you want because I don't see much of your code nor do I understand your problem ![]()
Maybe something like this?
char buf[3];
itoa(i + 5, buf, 10);
moveCursor("01", buf);
I'm not sure this is what you want because I don't see much of your code nor do I understand your problem ![]()