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
Hi,
I have followed your excellent instructions to install everything for the Adafruit PiTFT 2.8"resistive display.
Now everything works until something goes wrong ;-)
If I start ui.py for the first time I get the following info:
0.17.0
0
fbcon
And than it all works great. If ui.py crashes or if I 'pkill -9 ui.py' and than start ui.py again I only get the first two lines of information:
0.17.0
0
I have to press <Ctrl>+C or 'pkill ui.py' and then I get the messages:
fbcon
Not connected
'ConnectionError' object has no attribute 'errno'
Connection Established!
Am I doing something wrong?
Can it be fixed?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
So the script can be run on a RO filesystem?
Also, does adding the next two lines after 34 in ui.py interfere with normal operation? They are needed when using a USB-DAC so pygame does not lock the USB audio DAC.
Hi,
I have followed your excellent instructions to install everything for the Adafruit PiTFT 2.8"resistive display.
Now everything works until something goes wrong ;-)
If I start ui.py for the first time I get the following info:
And than it all works great. If ui.py crashes or if I 'pkill -9 ui.py' and than start ui.py again I only get the first two lines of information:
I have to press <Ctrl>+C or 'pkill ui.py' and then I get the messages:
Am I doing something wrong?
Can it be fixed?
Thanks in advance!
The text was updated successfully, but these errors were encountered: