PhidgetTextLED |
A class for controlling a PhidgetTextLED. See your product manual for more specific API details, supported functionality, units, etc.
| PhidgetTextLED | A class for controlling a PhidgetTextLED. |
| Properties | |
| RowCount | Gets the number of rows supported by the TextLED. |
| ColumnCount | Gets the number of columns per row supported by this TexlLED |
| Brightness | Gets the brightness of the display. |
| Brightness | Sets the brightness of the display (0-100). |
| Functions | |
| setDisplayString | Sets the display string for a row. |
Gets the number of rows supported by the TextLED.
public function get RowCount():int
Gets the number of columns per row supported by this TexlLED
public function get ColumnCount():int
Gets the brightness of the display.
public function get Brightness():int
Sets the display string for a row.
public function setDisplayString( index: int, val: String ):void