Skip to content

Commit 8fd0d7e

Browse files
committed
Updated README
1 parent a45d9f0 commit 8fd0d7e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,17 @@ cd rpi-rgb-led-matrix; make
6161

6262
## X11
6363

64-
To emulate a TFT this project uses X11. Therefore you have to install X11 support, something like:
64+
If you don't use my special rPI RGBPanel driver ( https://github.com/marcmerlin/FastLED_RPIRGBPanel_GFX ),
65+
to emulate a TFT this project then uses X11. Therefore you have to install X11 support, something like:
6566
```
6667
sudo apt-get install libx11-dev
6768
sudo pacman -Sy libx11
6869
yum install libx11
6970
```
7071

72+
BUG: Even if you use the RGB Panel output, compilation will likely needlessly require X11 even if the end binary
73+
will not require it.
74+
7175
## Compilation
7276

7377
### Makefile

0 commit comments

Comments
 (0)