code.py
1 # SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries 2 # 3 # SPDX-License-Identifier: MIT 4 5 from adafruit_circuitplayground.express import cpx 6 7 while True: 8 cpx.pixels.fill((50, 0, 0))
1 # SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries 2 # 3 # SPDX-License-Identifier: MIT 4 5 from adafruit_circuitplayground.express import cpx 6 7 while True: 8 cpx.pixels.fill((50, 0, 0))