mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
[lvgl] fix lvgl.widget.update and friends (#8087)
This commit is contained in:
@@ -805,9 +805,24 @@ lvgl:
|
||||
- logger.log:
|
||||
format: "keyboard value %s"
|
||||
args: [text.c_str()]
|
||||
- lvgl.keyboard.update:
|
||||
id: lv_keyboard
|
||||
hidden: true
|
||||
on_ready:
|
||||
- lvgl.widget.update:
|
||||
id: lv_keyboard
|
||||
- lvgl.keyboard.update:
|
||||
id: lv_keyboard
|
||||
hidden: true
|
||||
|
||||
- keyboard:
|
||||
id: lv_keyboard1
|
||||
mode: special
|
||||
on_ready:
|
||||
lvgl.keyboard.update:
|
||||
id: lv_keyboard1
|
||||
hidden: true
|
||||
mode: text_lower
|
||||
|
||||
font:
|
||||
- file: "gfonts://Roboto"
|
||||
|
Reference in New Issue
Block a user