mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-17 23:55:04 +00:00
Fix keyboard
This commit is contained in:
parent
1d0aea255c
commit
e76fc4c702
@ -81,6 +81,8 @@ error_t lvgl_keyboard_add(struct Device* device, lv_display_t* display, lv_indev
|
||||
lv_indev_set_display(indev, display);
|
||||
}
|
||||
|
||||
lvgl_keyboard_enable(indev);
|
||||
|
||||
*out_indev = indev;
|
||||
return ERROR_NONE;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user