hey guys,
we received the vex LCD Display today and it’s great!! I love it; I can save the pain of having to use the terminal to look at values now. Anyways, I have a very serious question. I noticed that the function ‘displayNextLCDNumber()’ and the char function, I can pass a variable to. However, ‘displayNextLCDString()’ I cannot. I want to avoid having to set each character using the displayNextLCDChar() function. Is there I way I can just directly use a char array, or string variable directly as the parameter for that function? Everytime I do, I get an error. Thanks. If you presume I am doing something wrong, the error is:
Thanks