Fix keyboard

This commit is contained in:
Ken Van Hoeylandt 2026-08-11 22:08:59 +02:00
parent 1d0aea255c
commit e76fc4c702

View File

@ -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;
}