mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
Add contrast option to PCD8544 (#1348)
* Add contrast option to PCD8544. Closes #1519 * Minor fixes as instructed by @jesserockz
This commit is contained in:
@@ -1585,6 +1585,7 @@ display:
|
||||
cs_pin: GPIO23
|
||||
dc_pin: GPIO23
|
||||
reset_pin: GPIO23
|
||||
contrast: 60
|
||||
lambda: |-
|
||||
it.rectangle(0, 0, it.get_width(), it.get_height());
|
||||
- platform: ssd1306_i2c
|
||||
|
Reference in New Issue
Block a user