![]() |
Print into User Messages on DS
So this question is pretty simple, how do I print a message into the User Messages box on the Driver Station?
Also is there a different #include needed? |
Re: Print into User Messages on DS
Check out the DriverStationLCD class. You should not need any additional includes, it should be covered by the wpilib.h include (I'm pretty sure on that, but it's been a while since I've used that particular feature).
|
Re: Print into User Messages on DS
I will post the lines needed for printing to the Dashboard LCD when my school lets out today. (If I remember anyway...)
|
Re: Print into User Messages on DS
Some uncompiled code:
Code:
DriverStationLCD ds = DriverStationLCD::GetInstance(); |
Re: Print into User Messages on DS
Quote:
Code:
DriverStationLCD *ds = DriverStationLCD::GetInstance(); |
Re: Print into User Messages on DS
Windriver => File => New => Example => VxWorks Downloadable Kernel Module Sample Project => Next => FRC Driver Station LCD Text => Finish
gives you a working example. |
| All times are GMT -5. The time now is 17:41. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi