-
Notifications
You must be signed in to change notification settings - Fork 0
LCD driver interface
Milan Lazarevic edited this page Feb 8, 2021
·
1 revision
Function | Arguments | Description | Return |
---|---|---|---|
LcdDisplay(lcd_address=0x27) | lcd_address: hex | Constructor, argument is address of display | None |
write_lcd_string(string_data, line=0) | string_data: str; line: int | Prints string_data to display on specified line | None |
clear_lcd() | None | Clears display | None |
set_lcd_backlight(turn_on=True) | turn_on: bool | Turns display backlight on/off | None |