mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-22 18:26:30 +00:00
Merge pull request #15452 from s-hadinger/rename_3_btn_driver
Rename 3 buttons driver
This commit is contained in:
commit
3861736d98
@ -83,4 +83,4 @@ return lv_touch_3_buttons
|
|||||||
#-
|
#-
|
||||||
lv_btn3 = lv_touch_3_buttons(gpio.pin(gpio.INPUT, 0), gpio.pin(gpio.INPUT, 1), gpio.pin(gpio.INPUT, 2), lv_touch_3_buttons.ACTIVE_LOW)
|
lv_btn3 = lv_touch_3_buttons(gpio.pin(gpio.INPUT, 0), gpio.pin(gpio.INPUT, 1), gpio.pin(gpio.INPUT, 2), lv_touch_3_buttons.ACTIVE_LOW)
|
||||||
tasmota.add_driver(lv_btn3)
|
tasmota.add_driver(lv_btn3)
|
||||||
-#
|
-#
|
Loading…
x
Reference in New Issue
Block a user