Python RGB Matrix games and animations https://www.xythobuz.de/ledmatrix_v2.html
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Thomas Buck 2e6b17969f systemd unit 9 месяцев назад
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 show missing graphics in weather 9 месяцев назад
tools systemd unit 9 месяцев назад
.gitignore initial weather page and other small stuff 9 месяцев назад
README.md systemd unit 9 месяцев назад
bdf.py split text drawing interface into multiple methods. 10 месяцев назад
breakout.py tweaks, started work on new game 9 месяцев назад
camp_pico.py various adjustments 10 месяцев назад
camp_small.py rename images 9 месяцев назад
config.py initial weather page and other small stuff 9 месяцев назад
copy.sh various on-camp adjustments 9 месяцев назад
gamepad.py change brightness with controller. tweak tetris. 11 месяцев назад
games.py various on-camp adjustments 9 месяцев назад
image.py rename images 9 месяцев назад
img_tmp.py pre-created images with less whitespace 10 месяцев назад
life.py change brightness with controller. tweak tetris. 11 месяцев назад
livingroom.py randomization for manager 9 месяцев назад
manager.py randomization for manager 9 месяцев назад
mapper.py another MapperColorAdjust change 10 месяцев назад
net.py various on-camp adjustments 9 месяцев назад
pi.py various adjustments 10 месяцев назад
pico.py Add PicoInput to get buttons on Interstate75 W. 10 месяцев назад
pico_ota.py various on-camp adjustments 9 месяцев назад
qr.py initial weather page and other small stuff 9 месяцев назад
qr_tmp.py pre-created images with less whitespace 10 месяцев назад
runner.py tweaks, started work on new game 9 месяцев назад
scroll.py kind of fix manager 10 месяцев назад
snake.py tweaks, started work on new game 9 месяцев назад
solid.py change brightness with controller. tweak tetris. 11 месяцев назад
splash.py change brightness with controller. tweak tetris. 11 месяцев назад
telegram.py initial weather page and other small stuff 9 месяцев назад
test.py initial weather page and other small stuff 9 месяцев назад
tetris.py adjust tetris ui for larger display 9 месяцев назад
util.py various on-camp adjustments 9 месяцев назад
weather.py show missing graphics in weather 9 месяцев назад

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.