This file contains 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
# eyeballs_dual_gc9a01.py - dual display GC9A01 round TFT LCDs with creepy eyeball animation | |
# 17 May 2022 - @todbot / Tod Kurt | |
# | |
# requires recompiled CircuitPython with "#define CIRCUITPY_DISPLAY_LIMIT (2)" in "mpconfigboard.h" | |
# | |
import time, math, random | |
import board, busio | |
import displayio, terminalio | |
import gc9a01 |