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

monitor / lcd display conflict on lite image 0.15.3 #137

Open
mehrdadfeller opened this issue Jul 9, 2024 · 0 comments
Open

monitor / lcd display conflict on lite image 0.15.3 #137

mehrdadfeller opened this issue Jul 9, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mehrdadfeller
Copy link
Collaborator

mehrdadfeller commented Jul 9, 2024

if monitor is connected during the boot to the device, headless-kivy reads monitor resolution but it wants to broadcast it to the 240x240 display. We can force the resolution to 240x240 for ubo pod but allow developers to change this with a flag to get the resolution from upstream.

I can connect the monitor after the app loads and GUI is displayed on the device LCD screen and use the monitor (terminal) without issue.

Previously (I believe version 0.15.2 or prior) the GUI was displayed on the monitor if monitor was connected during app startup but I guess the recent change it headless kivy broke / changed that behaviour. I believe this is related to this change in headless-kivy library.

I guess forcing the resolution is going to give us the ideal behavior.

@mehrdadfeller mehrdadfeller added the bug Something isn't working label Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants