Object not clickable

I used release/v7 from GitHub.

That’s v7.10.1 … Same as I am using.

Okay, will write a small test app and see how it behaves.

It’s 7.11.0 plus a few fixes for bugs found since that release, but I don’t think any of them are related.

Could it be a touchpad driver issue?
If you create only a single button where you need a clickable container can you click it anywhere?

@kisvegabor it was a touch driver issue.

Apparently I was using the height/width config that I used for the demo widgets (480h by 320w).
I flipped it around and it’s all working now.
@embeddedt sorry for wasting your time on testing stuff here.

Gosh I feel like such a noob! :sweat_smile:

No problem. :slight_smile:

Mybe LVGL can print a warnings if the touch coordinates are out of the screen.

Thats not a bad idea at all!

No problem. Glad I could help. I was also curious why such a simple widget setup was having that problem.

1 Like

Added to v8.

1 Like