LCDReport
Describes the state of an LCD.
Elements
| Name | Type | Description |
|---|---|---|
| text | const char* | A string of the characters of the LCD. |
| segmentInfo | LCDSegments* | An array of LCDSegment structures describing which segments of each digit are on. |
| numCharacters | int | The number of characters that the function reads. Describes the number of elements in the segmentInfo array. |
| reserved | int | This element is reserved. |