https://io.adafruit.com/AbbyO/dashboards/m4cube
poetry add circup
poetry add circuitpython-stubs
ls /dev/ttyACM*
screen /dev/ttyACM0 115200
if it doesn't work, may need to sudo
to exit screen: ctrl+a+d
sudo apt-get install libusb-1.0 libudev-dev
Use a text editor to create and edit the file /etc/udev/rules.d/99-mcp2221.rules and add the following contents.
SUBSYSTEM=="usb", ATTRS{idVendor}=="04d8", ATTR{idProduct}=="00dd", MODE="0666"
sudo rmmod hid_mcp2221
sudo update-initramfs -u
export BLINKA_MCP2221=1
The newpixels use this library: https://github.com/todbot/circuitpython_led_effects/blob/main/fire1/fire_leds.py
The audiofile it plays this from adafruit: https://cdn-learn.adafruit.com/assets/assets/000/069/608/original/StreetChicken.wav?1547834233 from this tutorial https://learn.adafruit.com/adafruit-prop-maker-featherwing?view=all
Also requires a secrets.py file