Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chokoty/boxermediaartpi

A simple ASCII art program with GPIO control for Raspberry Pi
https://github.com/chokoty/boxermediaartpi

Last synced: about 1 month ago
JSON representation

A simple ASCII art program with GPIO control for Raspberry Pi

Awesome Lists containing this project

README

        

# BoxerMediaArtPi
## Usage
```
pi@raspberrypi ~/BoxerMediaArtPi $ sudo ./boxer.out
```
## Download and Install
### WiringPi
Download [wiringPi] (http://wiringpi.com/) code.
```
pi@raspberrypi ~ $ git clone git://git.drogon.net/wiringPi
```
Go to wiringPi directory.
```
pi@raspberrypi ~ $ cd wiringPi
```
Run the 'build' script. It will automatically install the library.
```
pi@raspberrypi ~/wiringPi $ ./build
```
### BoxerMediaArtPi
Download BoxerMediaArt code.
```
pi@raspberrypi ~ $ git clone https://github.com/Pauis/BoxerMediaArtPi.git
```
Go to BoxerMediaArtPi directory.
```
pi@raspberrypi ~ $ cd BoxerMediaArtPi
```
Build excutable file from code.
```
pi@raspberrypi ~/BoxerMediaArtPi $ gcc -o boxer.out main.c asciiart.c asciiart.h -lwiringPi
```
## Notice
* This program is for Command Line Interface.
* This program uses [wiringPi] (http://wiringpi.com/) library, so you have to install it before compiling.
* This program doesn't resize pictures. you have to resize them manually.