Hi,
I'my M5Dial with platform.io/lvgl/eez /arduino.
I firstly use M5dial lib , It was working well , except a bug with the M5Dial.BtnA functions. It makes the application crashing , and made it difficult te flash again from VS code.
If I comment out the button part , it's working again.
I tied to switch to M5Unified lib. The button is now working as expected.
But now I cannot access anymore the rotary encoder part that does not seem to exist in M5Unified , but only in M5Dial lib 🤔
Did someone observed similar behavior with button ? and how can I access to rotary encoder ?
thx