From 773c7290f4c10dfb8145935cca59d115900ad90a Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Mon, 25 Apr 2022 08:43:58 +0200 Subject: [PATCH] Rename 3 buttons driver --- .../lv_3_touch_buttons.be => drivers/lv_touch_3_buttons.be} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tasmota/berry/{lvgl_examples/lv_3_touch_buttons.be => drivers/lv_touch_3_buttons.be} (99%) diff --git a/tasmota/berry/lvgl_examples/lv_3_touch_buttons.be b/tasmota/berry/drivers/lv_touch_3_buttons.be similarity index 99% rename from tasmota/berry/lvgl_examples/lv_3_touch_buttons.be rename to tasmota/berry/drivers/lv_touch_3_buttons.be index 354c17313..f2adf5cdc 100644 --- a/tasmota/berry/lvgl_examples/lv_3_touch_buttons.be +++ b/tasmota/berry/drivers/lv_touch_3_buttons.be @@ -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) tasmota.add_driver(lv_btn3) --# \ No newline at end of file +-#