-
Notifications
You must be signed in to change notification settings - Fork 271
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
pygame.error: No available video device #307
Comments
@juj if you read this I would love to tip you a coffee if you can provide some feedback :) |
Greetings! I have the same situation and the same display.
|
Thank you very much, I will try it as soon as I have a free Raspberry Pi again, my three are bound in projects atm |
Hey guys,
I have the ST7796S running with fbcp-ili9341 < on my Raspi Zero W.
Now I wanted to print a lightweight GUI to the ST7796S using pygame.
But pygame cannot find the correct video driver. How can I link it correctly and use
pygame with fbcp-ili9341?
I can directly write images and stuff to the framebuffer
fb0
.And I tried a ton of stuff from forums and ChatGPT but in the end it did not work.
But I always get the error like this when running my python:
This script im using at the moment:
When I activate this in the boot/config.txt, then the game.py does no longer throw errors, but the fbcp-ili9341 does not work any longer.
Any ideas or obvious mistakes on my side?
Much appreciated.
The text was updated successfully, but these errors were encountered: