pixelmatix / SmartMatrix

SmartMatrix Library for Teensy 3, Teensy 4, and ESP32
http://docs.pixelmatix.com/SmartMatrix
621 stars 162 forks source link

Help #99

Closed tarbear123 closed 4 years ago

tarbear123 commented 4 years ago

whenever I go to upload it, I get this error:

Arduino: 1.8.10 (Windows 10), Board: "Arduino/Genuino Uno"

Multiple libraries were found for "SmartMatrix3.h" In file included from C:\Users\taran\OneDrive\Documents\Arduino\libraries\SmartMatrix3\src/SmartMatrix3.h:175:0,

Used: C:\Users\taran\OneDrive\Documents\Arduino\libraries\SmartMatrix3 from C:\Users\taran\OneDrive\Desktop\SmartMatrix-3.2.0\examples\Bitmaps\Bitmaps.ino:10:

C:\Users\taran\OneDrive\Documents\Arduino\libraries\SmartMatrix3\src/SmartMatrix_Impl.h:26:10: fatal error: DMAChannel.h: No such file or directory

include "DMAChannel.h"

      ^~~~~~~~~~~~~~

compilation terminated.

exit status 1 Error compiling for board Arduino/Genuino Uno.

I can't seem to add DMAChannel to my library, plz help and I'm only using smartmatrix in this scetch

embedded-creations commented 4 years ago

Arduino: 1.8.10 (Windows 10), Board: "Arduino/Genuino Uno"

You want to select the Teensy board you’re using, not an the default Arduino Uno board

On Dec 31, 2019, at 7:31 PM, tarbear123 notifications@github.com wrote:

Arduino: 1.8.10 (Windows 10), Board: "Arduino/Genuino Uno"