Skip to content

Commit 952bb95

Browse files
committed
Better detect arm/rPi, added Table_Mark_Estes demo.
1 parent ca57d16 commit 952bb95

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../Makefile
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../FastLED_NeoMatrix_SmartMatrix_LEDMatrix_GFX_Demos/LEDMatrix/Table_Mark_Estes/Table_Mark_Estes.ino
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../neomatrix_config.h

makeNativeArduino.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ LDFLAGS += -L/usr/X11R6/lib -lX11 # include X11 library
2929
LDFLAGS += -pthread # include linux thread library
3030
# comment this out if you arne't using https://github.com/hzeller/rpi-rgb-led-matrix/
3131

32-
ifneq ($(shell uname -m),x86_64)
32+
ifneq ($(shell uname -m |grep arm),)
3333
#pragma message "ARDUINOONPC building on ARM (guessing rPi), will link against rgbmatrix"
3434
LDFLAGS += -L$(NATIVE_ROOT)/rpi-rgb-led-matrix/lib -lrgbmatrix -lrt
3535
else

0 commit comments

Comments
 (0)