mirror of
https://github.com/Hopiu/rpi-rgb-led-matrix.git
synced 2026-05-16 02:53:12 +00:00
o Allow to set show-refresh-rate, inverse-colors and green-blue swap programmatically. That way, nobody has to re-compile just for these options, which makes things more easy to distribute as library. also: Make these flags. |
||
|---|---|---|
| .. | ||
| led-image-viewer.cc | ||
| Makefile | ||
| README.md | ||
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).