Skip to content

Commit ba49722

Browse files
authored
Merge pull request #1 from marcmerlin/rPi
Merge Rpi RGBPanel work
2 parents 18ab367 + 88b2f18 commit ba49722

61 files changed

Lines changed: 128 additions & 470 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
*.o
2+
*.a
3+
*~
4+
*.so
5+
build
6+
.*.swp

.gitmodules

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[submodule "examples/FastLED_NeoMatrix_SmartMatrix_LEDMatrix_GFX_Demos"]
2+
path = examples/FastLED_NeoMatrix_SmartMatrix_LEDMatrix_GFX_Demos
3+
url = https://github.com/marcmerlin/FastLED_NeoMatrix_SmartMatrix_LEDMatrix_GFX_Demos
4+
[submodule "libraries/LEDMatrix"]
5+
path = libraries/LEDMatrix
6+
url = https://github.com/marcmerlin/LEDMatrix
7+
[submodule "libraries/Framebuffer_GFX"]
8+
path = libraries/Framebuffer_GFX
9+
url = https://github.com/marcmerlin/Framebuffer_GFX
10+
[submodule "libraries/FastLED"]
11+
path = libraries/FastLED
12+
url = https://github.com/MarcFork/FastLED
13+
[submodule "libraries/FastLED_TFTWrapper_GFX"]
14+
path = libraries/FastLED_TFTWrapper_GFX
15+
url = https://github.com/marcmerlin/FastLED_TFTWrapper_GFX
16+
[submodule "libraries/FastLED_RPIRGBPanel_GFX"]
17+
path = libraries/FastLED_RPIRGBPanel_GFX
18+
url = https://github.com/marcmerlin/FastLED_RPIRGBPanel_GFX
19+
[submodule "rpi-rgb-led-matrix"]
20+
path = rpi-rgb-led-matrix
21+
url = https://github.com/hzeller/rpi-rgb-led-matrix/

README.md

Lines changed: 31 additions & 10 deletions

examples/GFX_Aurora/Attractor.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../FastLED_NeoMatrix_SmartMatrix_LEDMatrix_GFX_Demos/GFX/Aurora/Attractor.h

examples/GFX_Aurora/Aurora.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../FastLED_NeoMatrix_SmartMatrix_LEDMatrix_GFX_Demos/GFX/Aurora/Aurora.ino

examples/GFX_Aurora/Boid.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../FastLED_NeoMatrix_SmartMatrix_LEDMatrix_GFX_Demos/GFX/Aurora/Boid.h

examples/GFX_Aurora/Drawable.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../FastLED_NeoMatrix_SmartMatrix_LEDMatrix_GFX_Demos/GFX/Aurora/Drawable.h

examples/GFX_Aurora/Effects.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../FastLED_NeoMatrix_SmartMatrix_LEDMatrix_GFX_Demos/GFX/Aurora/Effects.h

examples/GFX_Aurora/Geometry.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../FastLED_NeoMatrix_SmartMatrix_LEDMatrix_GFX_Demos/GFX/Aurora/Geometry.h

0 commit comments

Comments
 (0)