You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a Raspberry Pi 3 onto my monitor (2560x180 resolution but it's running at 1920x1080) it looks like it's not loading right. Happens when running in and out of developer mode.
(Sorry it's vertical, I don't know why that happens)
The text was updated successfully, but these errors were encountered:
Hi Paul,
It looks like this because CoPilot was designed to run at 800x480
resolution (for the official rpi touchscreen).
The code has a section that changes the window size to the appropriate
800x480 pixels. Make sure that this is not commented out and developer
mode is set to 1.
Also, don't full size the window after the GUI has started, as it will look
distorted and stretched out.
Let me know if this helps!
Joel Z
I commented out the line Window.size = (800, 480) because with it uncommented it throws the error TypeError: create_window() takes exactly 1 argument (2 given)
Using a Raspberry Pi 3 onto my monitor (2560x180 resolution but it's running at 1920x1080) it looks like it's not loading right. Happens when running in and out of developer mode.
(Sorry it's vertical, I don't know why that happens)
The text was updated successfully, but these errors were encountered: