Astrology-themed visuals for Arduino TVout
Astrology-themed visuals using the Arduino TVout library.
d3003a5
)Setup your Arduino board like this:
Additionally, add a LED on pin 13.
-fpermissive
to the compiler.cpp.flags
property in hardware/arduino/avr/platform.txt
(relative to the Arduino IDE directory)..h
and .cpp
files in TVout/TVoutfonts
to TVout
(relative to the Arduino IDE libraries
directory).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