- Click on the "<> Code" button and choose "Download ZIP"
- Go to your Arduino sketches folder.
- If you don't have a folder called
libraries
in there, create one. - Extract the .zip file into your libraries folder. Your folder structure should look like:
- Arduino/
- libraries/
- arduino-mat-graphics-main/
- examples/
- LED_Matrix_Graphics.cpp
- LED_Matrix_Graphics.h
- ...
- arduino-mat-graphics-main/
- libraries/
- Arduino/
- In order to use the library in your sketches add
#include <LED_Matrix_Graphics.h>
at the top of your code.