View Single Post
  #2   Spotlight this post!  
Unread 22-01-2010, 10:16
a kenny03 a kenny03 is offline
Robotics for life(stupid classmate)
AKA: PICKELL!!!
FRC #0219 (Team Impact)
Team Role: Leadership
 
Join Date: Oct 2009
Rookie Year: 2008
Location: New Jersey
Posts: 65
a kenny03 is an unknown quantity at this point
Send a message via AIM to a kenny03
Re: sending info to a console

Quote:
Originally Posted by jhersh View Post
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();
Reply With Quote