Hello Unregistered ,
Originally Posted by fratello What I put here ? Code: lcdstr(4) = 48 + temperature dig 3 lcdstr(3) = 48 + temperature dig 2 lcdstr(2) = "." lcdstr(1) = 48 + temperature dig 1 lcdstr(0) = 48 + temperature dig 0 Tc=2 for i=0 to 4 lookup i,["??????"],j lcdstr(i)=j next i nC=5 remove the for i = loop. The code above will load the values in the lcdstr string.
lcdstr(4) = 48 + temperature dig 3 lcdstr(3) = 48 + temperature dig 2 lcdstr(2) = "." lcdstr(1) = 48 + temperature dig 1 lcdstr(0) = 48 + temperature dig 0 Tc=2 for i=0 to 4 lookup i,["??????"],j lcdstr(i)=j next i nC=5
Forum Rules
Bookmarks