-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4e4ceaf
commit 68d0b50
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# rgb-matrix-gol | ||
GOL LED Matrix for rpi | ||
|
||
Needs library from | ||
https://github.com/hzeller/rpi-rgb-led-matrix | ||
Using RGB Matrix library from https://github.com/hzeller/rpi-rgb-led-matrix | ||
|
||
## Features | ||
- Tries to detect if a universe has died and restart | ||
- Some universes are not possible to detect if have stall without a huge ammount of memory, universe will self reset after some time | ||
- Randomize universe context on reset (cell size, cell color, iteration speed, universe with or without boundaries, etc) | ||
|
||
## Samples | ||
![Sample 1](https://raw.githubusercontent.com/jfhenriques/rgb-matrix-gol/master/img/gol1.jpg) | ||
![Sample 2](https://raw.githubusercontent.com/jfhenriques/rgb-matrix-gol/master/img/gol2.jpg) | ||
![Sample 3](https://raw.githubusercontent.com/jfhenriques/rgb-matrix-gol/master/img/gol3.jpg) |