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

Fix a couple recent regressions #131

Merged
merged 2 commits into from
Sep 9, 2024
Merged

Fix a couple recent regressions #131

merged 2 commits into from
Sep 9, 2024

Conversation

bkirwi
Copy link
Collaborator

@bkirwi bkirwi commented Sep 9, 2024

First: when we added an env var recently to allow forcing a fallback to the rm1 framebuffer interface, we were still using the rm2 path. This path does exist, but attempting ioctls on it will fail. Fixed by specifying the old path when setting the env var.

Second: this recent font rendering change broke the demo app! I didn't look into it, but for now let's just get main back in a good state. It's a small diff.

@bkirwi
Copy link
Collaborator Author

bkirwi commented Sep 9, 2024

I did a small about of manual testing with these two changes; setting the env var seems to do the right thing now and the demo app renders text correctly.

Copy link
Collaborator

@fenollp fenollp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@bkirwi bkirwi merged commit e9ae246 into master Sep 9, 2024
14 checks passed
@bkirwi
Copy link
Collaborator Author

bkirwi commented Sep 9, 2024

Thanks!

@fenollp fenollp deleted the fixup branch September 9, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants