Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chokoty/boxermediaartpi
- Owner: Chokoty
- Created: 2015-07-15T06:39:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-15T05:44:58.000Z (over 9 years ago)
- Last Synced: 2023-08-05T10:11:06.952Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.