|
| LiquidCrystal_I2C_base (uint8_t lcdAddr, uint8_t cols, uint8_t rows) |
|
| LiquidCrystal_PCF8574_base (uint8_t lcdAddr, uint8_t cols, uint8_t rows) |
|
| LiquidCrystal_PCF8574_base (TwoWire &i2cPort, uint8_t lcdAddr, uint8_t cols, uint8_t rows) |
|
size_t | write (uint8_t value) |
| writes a character to the LCD More...
|
|
void | hwInit () |
|
void | begin () |
|
void | begin (uint8_t cols, uint8_t rows, uint8_t charsize=LCD_5x8DOTS) |
|
void | init () |
|
int | setBacklight (uint8_t value) |
| switch backlight on or off More...
|
|
int | backlight () |
| switch backlight on More...
|
|
int | noBacklight () |
| switch backlight off More...
|
|
void | setLcdAddr (uint8_t lcdAddr) |
|
| LiquidCrystal_dummy (uint8_t, uint8_t) |
|
void | setDelay (uint8_t, char) |
|
size_t | writeOld (uint8_t) |
| unmodified version of write More...
|
|
void | command (uint8_t) |
| Send a command to the display, for commands not supported by the library (LCD API) More...
|
|
void | clear () |
| Clear the display and place cursor at 0,0 (LCD API) More...
|
|
void | home () |
| Home the cursor to 0,0 and leave displayed characters (LCD API) More...
|
|
void | setCursor (uint8_t, uint8_t) |
| Where Row 0-MAXLINEs, and Col 0-MAXCOLUMNS. More...
|
|
void | cursor () |
| Turn the block cursor on. More...
|
|
void | cursor_on () |
|
void | noCursor () |
| Turn the block cursor off. More...
|
|
void | cursor_off () |
|
void | blink () |
| Turn on the blinking underline cursor (LCD API blink_on) More...
|
|
void | blink_on () |
|
void | noBlink () |
| Turn off the blinking underline cursor (LCD blink_off) More...
|
|
void | blink_off () |
|
void | setContrast (int) |
|
void | on () |
| Turn the LCD display on (LCD API optional) More...
|
|
void | off () |
| Turn the LCD display off (LCD API optional) More...
|
|
void | createChar (const uint8_t, const uint8_t[]) |
| Load up a custom character (LCD API extend) More...
|
|
void | load_custom_character (const uint8_t Char_Num, const uint8_t Rows[]) |
|
void | createChar_P (const uint8_t, const uint8_t *) |
| Load up a custom character from PROGMEM. More...
|
|
void | createUml () |
| creates 3 German Umlauts using special characters 5, 6, and 7 More...
|
|
void | setFont (uint8_t value=0) |
| sets the used font More...
|
|