LCDSegments
Describes which segments of an LCD digit are on. The following figure shows the segments of an LCD. 
Elements
| Name | Type | Description |
|---|---|---|
| a:1 | unsigned | True if the a segment is on. |
| b:1 | unsigned | True if the b segment is on. |
| c:1 | unsigned | True if the c segment is on. |
| d:1 | unsigned | True if the d segment is on. |
| e:1 | unsigned | True if the e segment is on. |
| f:1 | unsigned | True if the f segment is on. |
| g:1 | unsigned | True if the g segment is on. |
| reserved:25 | unsigned | This element is reserved. |