Can LVGL work properly if I don't initialize the input device?(just initialize display)

can LVGL work properly if I don’t initialize the input device? (meaning there is no lv_port_indev_init() in main), but just lv_port_disp_init() in main. For now, I just want to do some tests with only displaying something without interacting, such as touch control. Thank you so much.

Sure, it’s not required to have input devices.