Remove reset duration from display configuration and update backlight GPIO pin in Cat Medication Tracker
This commit is contained in:
@@ -64,7 +64,6 @@ display:
|
|||||||
cs_pin: GPIO15
|
cs_pin: GPIO15
|
||||||
dc_pin: GPIO2
|
dc_pin: GPIO2
|
||||||
reset_pin: GPIO4
|
reset_pin: GPIO4
|
||||||
reset_duration: 100ms
|
|
||||||
rotation: 0
|
rotation: 0
|
||||||
invert_colors: false
|
invert_colors: false
|
||||||
color_order: bgr
|
color_order: bgr
|
||||||
@@ -206,7 +205,7 @@ binary_sensor:
|
|||||||
# Backlight control
|
# Backlight control
|
||||||
output:
|
output:
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
pin: GPIO21
|
pin: GPIO27
|
||||||
id: backlight_pwm
|
id: backlight_pwm
|
||||||
inverted: false
|
inverted: false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user