|
LevelMeter-Display
2.0
An ultrasonic Level Meter for Stormwater Cisterns
|
Parameters for each of the possible Displays. More...
Data Fields | |
| uint8_t | nLines |
| The number of lines. More... | |
| uint8_t | startLine [LCD_MAX_LINES] |
| Offset of character 0 of each line. More... | |
| uint8_t | width |
| The width of the display in characters. More... | |
Parameters for each of the possible Displays.
| uint8_t nLines |
The number of lines.
Referenced by LCDBuildVBarChars(), LCDHBarGraph(), LCDPrintLine_P(), and VBarGraphPrepare().
| uint8_t startLine[LCD_MAX_LINES] |
Offset of character 0 of each line.
Referenced by LCDHBarGraph(), and LCDPrintLine_P().
| uint8_t width |
The width of the display in characters.
Referenced by HBarGraphPerCent(), LCDHBarGraph(), and LCDPrintLine_P().
1.8.15