Skip to content

Instantly share code, notes, and snippets.

View schneider-simon's full-sized avatar

Simon Schneider schneider-simon

View GitHub Profile
from adafruit_circuitplayground.express import cpx
import time
import random
sound_enabled = False
cpx.pixels.brightness = 0.2
cpx.pixels[0] = 0x003000
cpx.pixels[9] = (30, 0, 0)
cpx.adjust_touch_threshold(200)