Skip to content

♻️ Move screen update code to separate thread #32

Description

@ion098

Right now screen updates are tied to Gamepad::update(), which makes screen printing unusable during autonomous, and any other time that Gamepad::update() isn't being called. Screen updates should instead be moved to a separate thread so that the screen API always works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions