lv_binding_micropython icon indicating copy to clipboard operation
lv_binding_micropython copied to clipboard

lv_timer.Timer is incompatible with machine.Timer

Open basvd opened this issue 8 months ago • 0 comments

lv_utils tries to import machine.Timer, and if that fails falls back to lv_timer.Timer.

When the import from machine succeeds, however, the actual implementation of Timer is different and fails due to a mismatch in constructor parameters.

basvd avatar Apr 06 '25 13:04 basvd