After the autonomous selection part of my code the LCD goes blank when the user control loop starts. How do i get the LCD to work in the user control so that i can do a debug window to show the values of sensors and other debug features?
You should be able to use the LCD in driver control but you will need to call a function or start a task to handle the updates. Perhaps send me your code so I can see what you are trying to do.