aeroniemi / circlehome

A HomeAssistant device controller built into a cute 1.28" dial
https://aeroniemi.github.io/circlehome/
MIT License
0 stars 0 forks source link

Fix LV_EVENT_LONG_PRESSED not firing in LVGL #46

Open aeroniemi opened 5 months ago

aeroniemi commented 5 months ago

The event doesn't work on a indev currently - write a PR to lvgl/lvgl to fix that, then updae the local code to use that rather than LV_EVENT_LONG_PRESSED_REPEAT (see https://github.com/lvgl/lvgl/issues/5991)