Skip to content

♻️ Move screen update code to separate thread #32

@ion098

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions