Skip to content

Commit

Permalink
Better detect arm/rPi, added Table_Mark_Estes demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmerlin committed Jan 20, 2020
1 parent ca57d16 commit 952bb95
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/GFX_Table_Mark_Estes/Makefile
1 change: 1 addition & 0 deletions examples/GFX_Table_Mark_Estes/Table_Mark_Estes.ino
1 change: 1 addition & 0 deletions examples/GFX_Table_Mark_Estes/neomatrix_config.h
2 changes: 1 addition & 1 deletion makeNativeArduino.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ LDFLAGS += -L/usr/X11R6/lib -lX11 # include X11 library
LDFLAGS += -pthread # include linux thread library
# comment this out if you arne't using https://github.com/hzeller/rpi-rgb-led-matrix/

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

0 comments on commit 952bb95

Please sign in to comment.