项目作者: federicotdn

项目描述 :
Astrology-themed visuals for Arduino TVout
高级语言: C++
项目地址: git://github.com/federicotdn/taurus.git
创建时间: 2017-05-08T00:22:50Z
项目社区:https://github.com/federicotdn/taurus

开源协议:MIT License

下载


taurus

Description

Astrology-themed visuals using the Arduino TVout library.

Setup

Requirements

  • 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)

Hardware

Setup your Arduino board like this:

img

Additionally, add a LED on pin 13.

Sketch

  1. Install the Arduino IDE and TVout library.
  2. Add -fpermissive to the compiler.cpp.flags property in hardware/arduino/avr/platform.txt (relative to the Arduino IDE directory).
  3. Copy all .h and .cpp files in TVout/TVoutfonts to TVout (relative to the Arduino IDE libraries directory).
  4. Compile taurus.ino and upload it using the Arduino IDE.

If you’re having issues linking against libreadline.so.6, use:

  1. $ cd /lib/x86_64-linux-gnu
  2. $ 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:

  1. $ sudo chmod a+rw /dev/ttyACM0

Screenshots

img_0714
img_0719
img_1715
img_1711
img_1710
img_1698

Ideas

  • Conway’s Game of Life