Python RGB Matrix games and animations https://www.xythobuz.de/ledmatrix_v2.html
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Thomas Buck 72ad2d2fe0 various adjustments пре 10 месеци
fonts more fonts. more instructions. added images and colors from cccamp23 style guide. text rendering now possible with colors. custom font spacing. images automatically scaled and cropped. fixed qr text and colors. allow exiting test gui with q or esc. better target check. пре 11 месеци
hardware various adjustments пре 10 месеци
images image.py can show filtered list of images. пре 10 месеци
.gitignore start of pico ota implementation пре 11 месеци
README.md support multiple chained panels. color remapping for differing panel brightness. пре 11 месеци
bdf.py split text drawing interface into multiple methods. пре 10 месеци
breakout.py various adjustments пре 10 месеци
camp_pico.py various adjustments пре 10 месеци
camp_small.py various adjustments пре 10 месеци
config.py add wifi support for Pico пре 11 месеци
copy.sh actually run pico_ota on pico пре 10 месеци
gamepad.py change brightness with controller. tweak tetris. пре 11 месеци
image.py various adjustments пре 10 месеци
img_tmp.py pre-created images with less whitespace пре 10 месеци
life.py change brightness with controller. tweak tetris. пре 11 месеци
manager.py kind of fix manager пре 10 месеци
mapper.py another MapperColorAdjust change пре 10 месеци
net.py kind of fix manager пре 10 месеци
pi.py various adjustments пре 10 месеци
pico.py Add PicoInput to get buttons on Interstate75 W. пре 10 месеци
pico_ota.py pico_ota wrong output path пре 10 месеци
qr.py pre-created images with less whitespace пре 10 месеци
qr_tmp.py pre-created images with less whitespace пре 10 месеци
scroll.py kind of fix manager пре 10 месеци
snake.py various adjustments пре 10 месеци
solid.py change brightness with controller. tweak tetris. пре 11 месеци
splash.py change brightness with controller. tweak tetris. пре 11 месеци
test.py various adjustments пре 10 месеци
tetris.py Add PicoInput to get buttons on Interstate75 W. пре 10 месеци
util.py various adjustments пре 10 месеци

README.md

RGB Matrix Visualizer

Render various content to various output devices.

Quick Start

Just run:

./manager.py

and go from there.

Dependencies

You always need:

pip install Pillow bdfparser "qrcode[pil]" evdev

For evdev to find all devices you may need to add your user to the input group or run the scripts as root.

The rest depends on the output device chosen. For debugging on your host PC you can use the TestGUI interface with pygame:

pip install pygame

The other currently supported option is using a Raspberry Pi with the Adafruit RGB Matrix Bonnet and a matching LED Matrix. The tutorial suggests using the Adafruit Raspberry Pi Installer Script for the RGB matrix. This will give you the hzeller/rpi-rgb-led-matrix project which includes the Python bindings used in this project.

Adding your own visualizations

Take a look how others are implemented. You can chain the different screens together using Manager and also check for conditions, as seen in CheckHTTP. This should enable you to quickly create something usable.

One goal is to run this project on public events. If this is the case, and you want your own message to appear, simply open up a PR or send an email with a patch. Because of different versions between host PCs and the Raspbian OS, things may look slightly different, especially regarding stuff like animated GIF viewing.

Licensing

This project is licensed as beer-ware:

----------------------------------------------------------------------------
"THE BEER-WARE LICENSE" (Revision 42):
<xythobuz@xythobuz.de> wrote this file.  As long as you retain this notice
you can do whatever you want with this stuff. If we meet some day, and you
think this stuff is worth it, you can buy me a beer in return.   Thomas Buck
----------------------------------------------------------------------------

The included fonts from farsil/ibmfonts are licensed as CC-BY-SA-4.0.

The fonts from cmvnd/fonts are licensed as GPLv3.

The tiny font is from robey and licensed as CC0.

The included GIFs are from GifCities.