Quote:
Originally Posted by jhersh
All you need to do is call println() for each line you want to send and then call updateLCD() once after println'ing all the lines that you want to send. You don't need any private members.
|
well, i figured that *face palm* but i am still getting an error. i am using the dsLCD class, but i am still getting a private access error
this is my code...
DriverStationLCD robot = new DriverStationLCD();
robot.println(DriverStationLCD.Line.kUser2,1,"this prints on the first line");
robot.updateLCD();