-
Notifications
You must be signed in to change notification settings - Fork 38
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
Cannot get CoPilot to run #6
Comments
I have the same issue thanks |
I had the same issue and was able to fix it by changing the tabs.py file and changing the line displayed from dp(None) [...] to dp(0) [...]; however, do expect a myriad of more issues after that. With some luck we'll be able to fix them collaboratively |
Thanks @MarioBG ! That worked! |
hey all - here is another one for the lot: `
|
Yeah, @rcpilotp51 that's a funny one - just go to main.kv, look for every "disabled = true" (on the Worms and Night clocks) and delete them. I think that's one of the last ones to get it running. I need to test it with the touchscreen, however, since it doesn't appear to recognise clicks where it should (and it doesn't display the mouse cursor either, so fat chance). I'll get back to it eventually. |
good call. I'll try that this evening. looks promising - i ssh'd into my pi
and deleted the super call i didnt get any errors other than the png
interface one - hopefully that will work on the display...(fingers
crossed) @MarioBG try using a stylus to drag a square on the desktop to
see if you need to do the calibration script. Thank again
…On Tue, Apr 3, 2018 at 3:13 PM, MarioBG ***@***.***> wrote:
Yeah, @rcpilotp51 <https://github.com/rcpilotp51> that's a funny one -
just go to main.kv, look for every "disabled = true" (on the Worms and
Night clocks) and delete them. I think that's one of the last ones to get
it working.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APGf8vTDCN5oGnZdxXEzcK-cCvRG0Naaks5tk8nigaJpZM4Sfvhg>
.
|
@MarioBG I get nothing but a white screen and |
Is there anywhere i can activate Interlace?? |
I got everything working and am even programming some new features. radio over rtl-sdr and gps updating the map. I also have some volume controls working and playing audio through the pi rather than just controlling the aux... should be pretty cool. |
@rcpilotp51 - how did you address the white Interlace issue? I got into the same issue as you had earlier. |
Update the value based on issue Joelzeller#6.
Make sure you install the correct version of kivy and follow the
instructions to remove the exceptions. I'm also running a non gui version
of Raspian (cli only)
…On Mon, May 28, 2018 at 4:32 AM, chaoman ***@***.***> wrote:
I got everything working and am even programming some new features. radio
over rtl-sdr and gps updating the map. I also have some volume controls
working and playing audio through the pi rather than just controlling the
aux... should be pretty cool.
@rcpilotp51 <https://github.com/rcpilotp51> - how did you address the
white Interlace issue? I got into the same issue as you had earlier.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APGf8kFTNTx0Ri7_6eXo-TA9Tf1nDkmMks5t27YBgaJpZM4Sfvhg>
.
|
I did try to remove the exception like below from file
Still no luck. I am running Raspbian stretch but it shouldn't be much different than the Raspbian cli only version. I still got the white screen. Any other hint? |
Finally got it to run without commenting img_pygame.py file. The white screen is caused by insufficient GPU memory to render gauge related PNGs. I bumped the GPU split memory to 256 MB and got everything working. |
I have no clue what I am doing wrong lol. I double checked all packages were installed and I am running python 2.7. I attached a picture to hopefully help. Thank you in advanced!
The text was updated successfully, but these errors were encountered: