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
#!/bin/env python3 | |
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries | |
# SPDX-License-Identifier: MIT | |
""" | |
This demo will fill the screen with white, draw a black box on top | |
and then print Hello World! in the center of the display | |
This example is for use on (Linux) computers that are using CPython with | |
Adafruit Blinka to support CircuitPython libraries. CircuitPython does |