Has anyone experienced issues where running the example code gives display error messages? I have used Buster, on a Pi Zero 2 W, updated pygame etc as in other discussions.
Running the code gives ‘no available video device’ errors.
Has anyone experienced issues where running the example code gives display error messages? I have used Buster, on a Pi Zero 2 W, updated pygame etc as in other discussions.
Running the code gives ‘no available video device’ errors.
Need to use the command;
sudo SDL-FBDEV=/dev/fb0 python3 clock.py
Its in the script