Its simple to get the LCD on the VIA box to display messages.

Initially you have to see if the following packages are available: libusb and libhid. They should come with the installation itself.

Next, the source of picoLCD should be compiled on the device.

To see the text on the LCD, try this:

# cd /

/# usblcd clear

/# usblcd text 0 0 "My TEXT"

Here, the first 0 is for the row (0/1) and the second 0 is for column where to begin the message. Valid values can be (0-19). Try doing this and the LCD should display your message.


Return to deployment guide.

Retrieved from "http://blizzard.cs.uwaterloo.ca/tetherless/index.php/LCD_Deployment_on_VIA"

This page has been accessed 832 times. This page was last modified 02:08, 19 Sep 2008.


Main Page

About

Current Projects

Downloads

Documents

Internal

Old Projects

Meta