This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi@scarlett:~ $ cat mopidy_display_ili9341.py | |
""" | |
This will show some Linux Statistics on the attached display. Be sure to adjust | |
to the display you have connected. Be sure to check the learn guides for more | |
usage information. | |
This example is for use on (Linux) computers that are using CPython with | |
Adafruit Blinka to support CircuitPython libraries. CircuitPython does | |
not support PIL/pillow (python imaging library)! | |
""" |