Skip to content

Instantly share code, notes, and snippets.

View randyr505's full-sized avatar

Randy Rasmussen randyr505

View GitHub Profile
@randyr505
randyr505 / eyeballs_dual_gc9a01.py
Created September 3, 2024 19:15 — forked from todbot/eyeballs_dual_gc9a01.py
dual display GC9A01 round TFT LCDs with creepy eyeball animation in CircuitPython
# 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