Hi there, I just received my displayotron HAT. In my haste, I followed the instructions on the page http://learn.pimoroni.com/tutorial/display-o-tron/getting-started-with-display-o-tron which covers the displayotron 3000. There were some errors, such as:
Installing pyusb for remote control…
Downloading/unpacking pyusb
Could not find a version that satisfies the requirement pyusb (from versions: 1.0.0a2, 1.0.0a2, 1.0.0a3, 1.0.0a3, 1.0.0b1, 1.0.0b2)
Cleaning up…
No distributions matching the version for pyusb
Storing debug log for failure in /root/.pip/pip.log
I eventually followed the instructions here:
https://github.com/pimoroni/dot3k with slightly more success.
When I run the basic samples, they seemed to work initially, but now, when I press ctrl+c to exit, I’m seeing errors:
^CTraceback (most recent call last):
File “./backlight.py”, line 24, in
time.sleep(0.01)
KeyboardInterrupt
and the HAT stays lit.
3 questions:
- Are the errors I see after pressing ctrl+c expected?
- Can I uninstall the displayotron 3000 bits easily and if so how?
- Did I install the right bits for the displayotron HAT?
Many thanks for your patience.