Talking Painting of RBG

For this project I copied audio from some of RBG’s public speeches and then modified the audio files in Audacity to fit onto the CPX.  The CircuitPython program triggers the audio files to play when the pad is touched.   RBG YouTube Video   Here is the CircuitPython Code: import board import audioio import time import random from adafruit_circuitplayground.express import cpx cpx.adjust_touch_threshold(500) wave_file = open(“rbg.wav”, … Continue reading Talking Painting of RBG