I built an RGB backlight for my setup. It looks awesome! It’s some led strip connected to an arduino connected to my pc. The pc sends the colors through serial to the Arduino, which sends the colors to the lights. The hardest part was realizing that I couldn’t send all the rgb data in one message and it had to be split into chunks. I’m proud of the fact that it looks epic, matches my screen color and auto starts into the system tray.
uploaded to github
did a lot of clean up and made it presentable
there is now an installer .bat file and it shows in the system tray with no command line showing
Log in to leave a comment