Detailed Description
Calls specific to the Phidget Text LED. See the product manual for more specific API details, supported functionality, units, etc.
Typedef Documentation
Function Documentation
Creates a Phidget TextLED handle.
- Parameters:
-
| phid | A pointer to an unallocated Phidget TextLED handle. |
Gets the number of rows supported by this display.
- Parameters:
-
| phid | An attached phidget text led handle. |
| count | The row count. |
Gets the number of columns per supported by this display.
- Parameters:
-
| phid | An attached phidget text led handle. |
| count | The Column count. |
Gets the last set brightness value.
- Parameters:
-
| phid | An attached phidget text led handle. |
| brightness | The brightness (0-100). |
Sets the last set brightness value.
- Parameters:
-
| phid | An attached phidget text led handle. |
| brightness | The brightness (0-100). |
Sets a row on the display.
- Parameters:
-
| phid | An attached phidget text led handle. |
| index | The row index. |
| displayString | The string to display. Make sure this is not longer then CPhidgetTextLED_getColumnCount. |