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 +-#