esphome/esphome/components/lcd_gpio
Attila Darazs 30a542e763 Add backlight handling for lcd_pcf8574 (#573)
* Add backlight handling for lcd_pcf8574

Switch the backlight on or off by calling id(mydisplay).backlight()
or id(mydisplay).no_backlight() in lamda functions (assuming mydisplay
is the custom id for the LCD).

* Use abstract method


Co-authored-by: Attila Darazs <attila@darazs.com>
Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-06-03 19:36:00 +02:00
..
__init__.py 🏗 Merge C++ into python codebase (#504) 2019-04-17 12:06:00 +02:00
display.py Add backlight handling for lcd_pcf8574 (#573) 2019-06-03 19:36:00 +02:00
gpio_lcd_display.cpp 🏗 Merge C++ into python codebase (#504) 2019-04-17 12:06:00 +02:00
gpio_lcd_display.h Add backlight handling for lcd_pcf8574 (#573) 2019-06-03 19:36:00 +02:00