I'm combining LovyanGFX and LVGL v8 for display and UI.
I confirmed:
- `lv_timer_handler()` is running (loop tick prints)
- `flush_cb` is working (screen updates correctly)
- Input device was registered successfully (`Input device registered OK` printed)
I don't use the touch IRQ pin — polling only.
Any idea what could prevent LVGL from calling the input driver?
Here is the GitHub repo with full code:
Thanks in advance for your help!