Quote:
Originally Posted by Kyledoo
Has anyone else gotten encoder or other numerical values in this field? How did you format the data?
|
If you are using the DriverStationLCD class, you can call:
Code:
myDS_LCD->Printf(DriverStationLCD::kUser_Line1, 1, "%d", encoderValue);
myDS_LCD->UpdateLCD();