I am trying to follow the RGB LED Matrix Cube Guide and am getting an error when I run the following code from the guide
CODE:
Code: Select all
cd
sudo apt-get install -y libjpeg-dev git
git clone --depth 1 https://github.com/adafruit/Adafruit_Learning_System_Guides.git
cd Adafruit_Learning_System_Guides/Pi_Matrix_Cube
make
Code: Select all
globe.cc:66:10: fatal error: led-matrix.h: No such file or directory
66 | #include <led-matrix.h>
| ^~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:13: globe] Error 1
Thanks!