rpi-rgb-led-matrix/utils
2016-08-22 20:50:25 -07:00
..
led-image-viewer.cc o Allow to set a default options for the CreateMatrixFromFlags(). 2016-08-21 12:54:45 -07:00
Makefile o First step in separating the documentation in more smaller 2016-08-20 09:57:27 -07:00
README.md o Update documentation. 2016-08-22 20:50:25 -07:00

Utilities

This contains useful utilities that might be directly useful without having to write any code.

Image Viewer

The image viewer reads all kinds of image formats, including animated gifs. To compile, you first need to install the GraphicsMagick dependencies first:

sudo apt-get update
sudo apt-get install libgraphicsmagick++-dev libwebp-dev -y
make led-image-viewer

Then, you can run it with any common image format, including animated gifs:

sudo ./led-image-viewer myimage.gif

It also supports the standard options to specify the connected displays (e.g. --led-rows, --led-chain, --led-parallel but also many more tweak flags.