Skip to content

Use framebuffer line to improve performance #2

@follower46

Description

@follower46

Currently updates to the frame buffer pain the pixels individually even though the painting can be expressed by a single line.

We should make a single line call with the two coordinates reducing updates and improving performance.

https://docs.micropython.org/en/latest/library/framebuf.html#framebuf.FrameBuffer.line

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions