Stream Deck With RGB Switchs
Please see the project's Thingiverse page for instructions :
Supplies
You will need a Arduino Pro Micro, a OLEDs screen, the Adafruit 24 channels TLC5947 PWM driver, mechanical switch and her leds.
Arduino Code For RGB management:
https://github.com/themaire/StreamDeckRGB
Check what you will need and instructions :
https://www.thingiverse.com/thing:4078241
LED Driver :
-- You will understand how to wire in the code.
https://www.adafruit.com/product/1429
https://thepihut.com/products/adafruit-24-channel-12-bit-pwm-led-driver-spi-interface-tlc5947
Mecanical switchs (with LED reservation pocket):
https://fr.aliexpress.com/item/4000297210842.html?spm=a2g0o.9042311.0.0.27426c37fILLjw
LEDs for the switchs :
https://fr.aliexpress.com/item/32834345547.html?spm=a2g0o.9042311.0.0.27426c37fILLjw
Soldering #1
Solder the LEDs and buttons GND button together and all the other PINs who will be to a GPIO.
Soldering #2
Solder the LEDs to the PWM LED driver. Start by the LED of the first button to the 0,1,2 LED driver's PINs, etc, etc...
Solder the driver, the screen and the buttons to the Arduino.