https://github.com/federicotdn/taurus
Astrology-themed visuals for Arduino TVout
https://github.com/federicotdn/taurus
arduino astrology mega pixel tv tvout visuals
Last synced: about 2 months ago
JSON representation
Astrology-themed visuals for Arduino TVout
- Host: GitHub
- URL: https://github.com/federicotdn/taurus
- Owner: federicotdn
- License: mit
- Created: 2017-05-08T00:22:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T19:03:21.000Z (over 6 years ago)
- Last Synced: 2025-08-17T18:45:51.089Z (about 2 months ago)
- Topics: arduino, astrology, mega, pixel, tv, tvout, visuals
- Language: C++
- Size: 163 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/Avamander/arduino-tvout) (tested on commit `d3003a5`)### Hardware
Setup your Arduino board like this:
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:
```bash
$ 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:
```bash
$ sudo chmod a+rw /dev/ttyACM0
```## Screenshots





## Ideas
- Conway's Game of Life