Mouse not working on frame buffer sample project

Hello,

I have 7’ touchscreen display and mouse connected to my Pi4. Both of these pointing devices not working in sample project that runs on frame buffer. Why? How to fix that?

Take a look at these:

You can use evtest /dev/input/<device> to find which device has which ID.

Also, you have to have the 7" display powered via USB cable from the Pi itself, because that is the signaling path by which the touchscreen sends its touch position information back to the Pi. There’s a driver in the Raspberry Pi OS that thinks that incoming USB data is from a mouse.

On the lvgl demo code, my 7" touchscreen is correctly registering my screen touches.

I have connected touchscreen to Pi via USB and it reacts on touch on Raspbian desktop. I also have mouse connected on USB. But when I switch to console (Ctrl+Alt+F1) and run ./demo it does not reacts to any mouse or touchscreen input.

Hello, looks like link to button sample is corrupted