Force Drawing on 32x32 LED Matrix
by clerval in Craft > Digital Graphics
14 Views, 0 Favorites, 0 Comments
Force Drawing on 32x32 LED Matrix
.jpeg)
An LED drawing tablet that utilizes the power of the force to sketch images!
Downloads
Supplies
- Raspberry Pi Pico W
- Compatible Power Pack
- Breadboard
- LED Matrix
- 4 pin power connector
- Female DC Adapter
- Adafruit APDS-9960 Gesture Sensor
- 16 pin-to-socket jumper wires
- 5V4A Power Supply
Setting Up Power Supply

- Strip the wires from 4-pin power connector
- Twist exposed wires and slide into adapter
- Black Ground wires into the negative port and red power going into positive
- Screw adapter tight to create a secure connection
Connecting Pico to Matrix




Use the 16 jumper cables to connect the input port on the matrix to the breadboard
The matrix should provide a pin map for the HUB-75 pin locations
Provided is the map for the Pico locations for this specific code
Attaching Gesture Sensor

Finally connect the APDS9960 sensor to the breadboard
Attach the Blue SDA wire to GP16 and Yellow SCL to GP17
Black goes to ground
Red to 3v Power
Code
Below is the code file to get it running. For proper results, ensure that all libraries are downloaded. The gesture sensor can be a bit finicky so you may have to mess around with its directions to sync with the pixel movements on the matrix.