You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-5Lines changed: 27 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# ArduinoOnPc FastLED::GFX LEDMatrix Fork
2
2
3
+
4
+
Blog post with details: http://marc.merlins.org/perso/arduino/post_2020-01-01_Running-FastLED_-Adafruit_GFX_-and-LEDMatrix-code-on-High-Resolution-RGBPanels-with-a-Raspberry-Pi.html
5
+
3
6
## What?
4
7
5
8
With this software you can run an Arduino Sketch on your PC and is specifically designed to test code written for any of:
@@ -22,6 +25,12 @@ ArduinoOnPC is used here to run Arduino code on Raspberry Pis to take advantage
22
25
the extra CPU power, extra RAM, etc... In my specific case, it also allows displaying
23
26
arduino code on the faster and more capable rpi-rgb-led-matrix RGBPanel driver.
24
27
28
+
After you run git submodules init, you will find my suite of demos from
https://github.com/marcmerlin/FastLED_NeoMatrix_SmartMatrix_LEDMatrix_GFX_Demos/blob/4436f8b5a71ceea4ef480f75f83b811b037c2cf6/neomatrix_config.h#L39 which will use one of the 3 available rendering backend for ArduinoOnPc.
32
41
33
-
Blog post with details: http://marc.merlins.org/perso/arduino/post_2020-01-01_Running-FastLED_-Adafruit_GFX_-and-LEDMatrix-code-on-High-Resolution-RGBPanels-with-a-Raspberry-Pi.html
34
42
35
-
After you run git submodules init, you will find my suite of demos from
0 commit comments