We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45d9f0 commit 8fd0d7eCopy full SHA for 8fd0d7e
1 file changed
README.md
@@ -61,13 +61,17 @@ cd rpi-rgb-led-matrix; make
61
62
## X11
63
64
-To emulate a TFT this project uses X11. Therefore you have to install X11 support, something like:
+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:
66
```
67
sudo apt-get install libx11-dev
68
sudo pacman -Sy libx11
69
yum install libx11
70
71
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
+
75
## Compilation
76
77
### Makefile
0 commit comments