Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

nnarain/pclights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PC Lights

Build Status Build status

Stream animations to a Atmega328p microcontroller to drive a WS2812 led strip in my PC.

Hardware

Build

PC Lights command line program

  • Install Boost C++
  • Set appropriate Boost environment variables like BOOST_ROOT

Also be sure to set the correct library type using the FindBoost module's variables Boost_USE_STATIC_LIBS and BOOST_USE_MULTITHREADED

For example:

cd /path/to/project
mkdir build && cd build
cmake .. -DBoost_USE_STATIC_LIBS=ON -DBoost_USE_MULTITHREADED=ON
make

PC Lights firmware

Builds with PlatformIO

Releases

No releases published

Packages

No packages published