Astrology-themed visuals using the Arduino TVout library.
- Arduino IDE 1.6.8 (tested on Linux x64)
- Arduino Uno, Arduino Leonardo or Arduino Mega 2560
- TVout 1.0.1 (tested on commit
d3003a5)
Setup your Arduino board like this:
Additionally, add a LED on pin 13.
- Install the Arduino IDE and TVout library.
- Add
-fpermissiveto thecompiler.cpp.flagsproperty inhardware/arduino/avr/platform.txt(relative to the Arduino IDE directory). - Copy all
.hand.cppfiles inTVout/TVoutfontstoTVout(relative to the Arduino IDElibrariesdirectory). - Compile
taurus.inoand upload it using the Arduino IDE.
If you're having issues linking against libreadline.so.6, use:
$ cd /lib/x86_64-linux-gnu
$ sudo ln -s libreadline.so.7.0 libreadline.so.6If uploading results in avrdude: ser_open(): can't open device "/dev/ttyACM0": Permission denied, try:
$ sudo chmod a+rw /dev/ttyACM0- Conway's Game of Life


