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
-fpermissive
to thecompiler.cpp.flags
property inhardware/arduino/avr/platform.txt
(relative to the Arduino IDE directory). - Copy all
.h
and.cpp
files inTVout/TVoutfonts
toTVout
(relative to the Arduino IDElibraries
directory). - Compile
taurus.ino
and 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.6
If 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