So far, I know how to program the LCD Display to clear itself and add some new words or symbols to the message screen. I know the input and outputs. Now what I’m really confused on is how we could use the LCD Display to choose multiple autonomous. I’m using RobotC for this program. Any advice, websites, videos that I could use to come up with a solution?
Here is a link to an old thread that shows some different techniques for using the LCD to choose different autonomous programs.
https://vexforum.com/t/robotc-lcd-autonomous-selection/24818/1
Some of that code may be a little complicated of you are just starting to learn ROBOTC, as an alternative have a look at the sample program called “Code Chooser” (in the sample programs LCD folder).