PhidgetTextLED

PhidgetTextLED

A class for controlling a PhidgetTextLED.  See your product manual for more specific API details, supported functionality, units, etc.

Summary
PhidgetTextLEDA class for controlling a PhidgetTextLED.
Properties
RowCountGets the number of rows supported by the TextLED.
ColumnCountGets the number of columns per row supported by this TexlLED
BrightnessGets the brightness of the display.
BrightnessSets the brightness of the display (0-100).
Functions
setDisplayStringSets the display string for a row.

Properties

RowCount

public function get RowCount():int

Gets the number of rows supported by the TextLED.

ColumnCount

public function get ColumnCount():int

Gets the number of columns per row supported by this TexlLED

Brightness

public function get Brightness():int

Gets the brightness of the display.

Brightness

public function set Brightness(val: int):void

Sets the brightness of the display (0-100).

Parameters

valbrightness

Functions

setDisplayString

public function setDisplayString(index: int,
val: String):void

Sets the display string for a row.

Parameters

indexrow
valdisplay string
Base Phidget class from which all specific device classes inherit.
public function get RowCount():int
Gets the number of rows supported by the TextLED.
public function get ColumnCount():int
Gets the number of columns per row supported by this TexlLED
public function get Brightness():int
Gets the brightness of the display.
public function setDisplayString(index: int,
val: String):void
Sets the display string for a row.
Close