Public properties of the LC display device driver library. More...
Macros | |
#define | TEMPSTR_LCD_SIZE 40 |
Defines the total string length of the LC display. More... | |
#define | PrintLcd(LINE, ...) |
Writes a complete line to the LC display. More... | |
Public properties of the LC display device driver library.
This is the detailed description of public variables, data types, enumerations, defines and macros of the LC display device driver library.
#define PrintLcd | ( | LINE, | |
... | |||
) |
Writes a complete line to the LC display.
This macro can be used to write a complete line to the LC display. If the length of the string exceeds the available number of characters in one line, the position will overflow into the next line.