rpi-rgb-led-matrix/utils
Henner Zeller 7557c40e17 o Add some common runtim options (--led-daemon, --led-drop-privs)
o Add more options for matrix parameters (--led-brightness, --led-pwm-bits)
2016-08-20 19:26:20 -07:00
..
led-image-viewer.cc o Add some common runtim options (--led-daemon, --led-drop-privs) 2016-08-20 19:26:20 -07:00
Makefile o First step in separating the documentation in more smaller 2016-08-20 09:57:27 -07:00
README.md o First step in separating the documentation in more smaller 2016-08-20 09:57:27 -07:00

Image Viewer

The image viewer reads all kinds of image formats, including animated gifs. It is not compiled by default, as you need to install the GraphicsMagick dependencies first:

 sudo apt-get update
 sudo apt-get install libgraphicsmagick++-dev libwebp-dev
 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 (-r, -c, -P).