Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

♻️ Move screen update code to separate thread #32

Open
ion098 opened this issue Feb 11, 2025 · 0 comments
Open

♻️ Move screen update code to separate thread #32

ion098 opened this issue Feb 11, 2025 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ion098
Copy link
Collaborator

ion098 commented Feb 11, 2025

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.

@ion098 ion098 added enhancement New feature or request good first issue Good for newcomers labels Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant