Python RGB Matrix games and animations https://www.xythobuz.de/ledmatrix_v2.html
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Thomas Buck c70d975e83 slight tweak to gamepad input code il y a 7 mois
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. il y a 10 mois
hardware various adjustments il y a 9 mois
images add NASA astronomy picture of the day loader. and some more pics. il y a 7 mois
tools systemd unit il y a 8 mois
.gitignore add NASA astronomy picture of the day loader. and some more pics. il y a 7 mois
README.md systemd unit il y a 8 mois
apod.py add NASA astronomy picture of the day loader. and some more pics. il y a 7 mois
bdf.py split text drawing interface into multiple methods. il y a 9 mois
breakout.py slight tweak to gamepad input code il y a 7 mois
camp_pico.py various adjustments il y a 9 mois
camp_small.py rename images il y a 8 mois
config.py initial weather page and other small stuff il y a 8 mois
copy.sh various on-camp adjustments il y a 8 mois
gamepad.py slight tweak to gamepad input code il y a 7 mois
games.py various on-camp adjustments il y a 8 mois
image.py image test runner shows both bilinear and nearest neighbour. add aphex twin logo. il y a 8 mois
img_tmp.py pre-created images with less whitespace il y a 9 mois
life.py change brightness with controller. tweak tetris. il y a 10 mois
livingroom.py add NASA astronomy picture of the day loader. and some more pics. il y a 7 mois
manager.py randomized manager should not show same screen twice il y a 8 mois
mapper.py slight tweak to gamepad input code il y a 7 mois
net.py various on-camp adjustments il y a 8 mois
pi.py various adjustments il y a 9 mois
pi.sh convenience pi update script il y a 8 mois
pico.py slight tweak to gamepad input code il y a 7 mois
pico_ota.py various on-camp adjustments il y a 8 mois
qr.py initial weather page and other small stuff il y a 8 mois
qr_tmp.py pre-created images with less whitespace il y a 9 mois
runner.py slight tweak to gamepad input code il y a 7 mois
scroll.py kind of fix manager il y a 9 mois
snake.py slight tweak to gamepad input code il y a 7 mois
solid.py change brightness with controller. tweak tetris. il y a 10 mois
splash.py change brightness with controller. tweak tetris. il y a 10 mois
telegram.py initial weather page and other small stuff il y a 8 mois
test.py initial weather page and other small stuff il y a 8 mois
tetris.py slight tweak to gamepad input code il y a 7 mois
util.py randomized manager should not show same screen twice il y a 8 mois
weather.py slight tweak to gamepad input code il y a 7 mois

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 wetterdienst

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

Setup

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.

Use the included systemd unit to auto-start the script on Raspberry Pi:

sudo cp tools/led.service /etc/systemd/system/led.service
sudo systemctl daemon-reload
sudo systemctl enable --now led.service

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.

The included DWD weather API documentation is from their website.