Skip to content

Instantly share code, notes, and snippets.

View elliottpolk's full-sized avatar
💭
(╯°□°)╯︵ ┻┻

Elliott Polk elliottpolk

💭
(╯°□°)╯︵ ┻┻
View GitHub Profile
@pzurek
pzurek / Twelve_Go_Best_Practices.md
Last active February 22, 2025 14:29
Twelve Go Best Practices
@todbot
todbot / sw_targeting_computer_code.py
Last active June 19, 2023 03:39
Animated Star Wars targeting computer for CircuitPython
# sw_targeting_computer_code.py -- animated targeting computer for CircuitPython
# 4 May 2022 - @todbot / Tod Kurt
# # Uses one background image and two tilegrid animations
import time
import board
import displayio
display = board.DISPLAY
maingroup = displayio.Group()