Skip to content

lv_timer.Timer is incompatible with machine.Timer #378

@basvd

Description

@basvd

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions