Detailed Description
These calls are specific to the Phidget Text LED object. See your device's User Guide for more specific API details, technical information, and revision details. The User Guide, along with other resources, can be found on the product page for your device.
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. |