Okay, I rewrote a lot of it so that it would be more familiar to most students using LabVIEW and packed it into an easy to manage LabVIEW VI Library (LLB File).
You can simply right click in your project to add it.
Here are a few code examples to get you going.
This is what you would place in the Begin.vi:
If you want an easy to read voltage meter on your robot, place this in Periodic Tasks.vi:
If you want to simply scroll some text on that screen, do this in Periodic Tasis.vi:
What about read an input or write some custom formatted text to the display?
Download the library from
our team's repository.