I am trying to learn the TBasic and LCD comand structure.
and am trying to use the relays() to fire off the lines of text using 1 function #255 to script all text to LCD.
If Relay (1) then setlcd 1,1, "hello"
If Relay (2) then setlcd 2,5, "hello"
If Relay (3) then setlcd 3,10, "hello"
If Relay (4) then setlcd 4,15, "hello"
If Relay (5) then setlcd 0,0, "clear screen"
Ect Ect this will let me build a library of commands,text messages, and special efects all located in one function
The problem is it does not work.
Is there a better Way?
The reason i am trying to use the Relays is there is 512 of them or so it says.
Help Please