Carlos Diaz
Carlos Diaz
This is how I think it should be easy to implement this. @kisvegabor What do you think? ## 'Multiclick' detection support for LVGL Once the `indev` detects a Release ->...
> I was looking for this feature and found the [AceButton](https://github.com/bxparks/AceButton?tab=readme-ov-file) project > > maybe some inspiration could be gleaned from there Thanks for the link @mhaberler , it has...
Sounds reasonable, I've been getting familiar with the indev module and did a bit of adding comments, renaming variables to make it clearer, I'll send the request with those changes...
Hi @kisvegabor, I have the previous implementation in my Pc, but didn't pushed it, I'll restart it because I already created the double and triple click events.
Modifying the script made it work, i don't know if this is special for Cube 4.25.0. Just noticed there's a special case handling the Cube version 4.19, should i add...
Sorry for the noise but i found the problem, when generating the project under root the startup file is located on the startup directory, this way this script works as...
Hi, Did you followed the instructions available in the docs? They mention where to place the `lv_conf.h` file the project is missing.
Is this one https://docs.lvgl.io/master/integration/framework/arduino.html
Note: Not final revision but it seems to be working as expected. The existing render tests are passing.
I took the code snippet of the previous pull request and made the scale bigger (in the original size the minor ticks look weird) We can notice that the sections...