Could I see someones code on how to program an LCD???
Help
Help
What exactly are you trying to do. I can give you an example of something basic.
Help
Cool
I just want to see the examnple code for someones LCD
Ok, so I’ll give you an example: Display “Hello” on the top line.
displayLCDCenteredString(0,"Hello");
Now,if you want to display a number, use displayLCDNumber(). Take a look here for info about its parameters.
If you go onto the robotc main menu and click file → Open sample program, there are samples for LCD, as well as many other things.