cyber-murmel / HSB-Wave

The Trippy RGB Waves project, but with on the fly calculated RGB values with HSB fade.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HSB Waves

Compile and flash

You need:

  • avr-gcc
  • avr-libc
  • avr-binutils
  • avrdude

Go in the root directory of the repo, build and flash:

git clone https://github.com/plushvoxel/HSB-Wave.git
cd HSB-Wavecd HSB-Wave
make && AVRDUDE_PROGRAMMER=stk500v2 PORT=/dev/ttyUSB0 make flash

About

The Trippy RGB Waves project, but with on the fly calculated RGB values with HSB fade.

License:Other


Languages

Language:C 81.7%Language:Makefile 17.0%Language:C++ 1.3%