|
| LiquidCrystal_4bit_4004_base (uint8_t rsPin, uint8_t enPin, uint8_t en2Pin, uint8_t d4Pin, uint8_t d5Pin, uint8_t d6Pin, uint8_t d7Pin, uint8_t blPin, t_backlightPol blType, uint8_t cols, uint8_t rows) |
|
void | hwInit () override |
|
| LiquidCrystal_4bit_base (uint8_t rsPin, uint8_t enPin, uint8_t d4Pin, uint8_t d5Pin, uint8_t d6Pin, uint8_t d7Pin, uint8_t blPin, uint8_t cols, uint8_t rows) |
|
| LiquidCrystal_4bit_base (uint8_t rsPin, uint8_t enPin, uint8_t d4Pin, uint8_t d5Pin, uint8_t d6Pin, uint8_t d7Pin, uint8_t blPin, t_backlightPol blType, uint8_t cols, uint8_t rows) |
|
| LiquidCrystal_4bit_base (uint8_t rsPin, uint8_t enPin, uint8_t en2Pin, uint8_t d4Pin, uint8_t d5Pin, uint8_t d6Pin, uint8_t d7Pin, uint8_t blPin, t_backlightPol blType, uint8_t cols, uint8_t rows) |
|
size_t | write (uint8_t value) |
| writes a character to the LCD More...
|
|
virtual void | hwInit () |
|
void | begin () |
|
void | init () |
|
void | backlight (void) |
|
void | noBacklight (void) |
|
void | setBacklight (uint8_t new_val) |
|
| 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...
|
|