Skip to content

replace tick thread with a tick callback #160

@AndreCostaaa

Description

@AndreCostaaa

Currently, in SLV, we use a separate thread that sleeps for 10 milliseconds before incrementing the ticks but this is messy

A possible better approach would be to set a tick callback that lvgl can use directly to know how much time has passed.

This is now possible using the clock function

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