pixelmatix / SmartMatrix

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

'BUILTIN_SDCARD' was not declared in this scope #98

Closed pinkies-jewel closed 3 years ago

pinkies-jewel commented 4 years ago

Hello. I have used this library before with a 32x32 as well as a teensy 3.6. I am now trying with a different teensy 3.6 and a 64x64 led shield. I am having the issue of a 'BUILTIN_SDCARD' was not declared in this scope. I am not sure how to fix this. I am attaching a screenshot for reference. I haven't done anything to the code except change the definition to include the builtin_sdcard as well as change it to be the 64x64 panel. Help is appreciated in advance :) 2019-12-31

pinkies-jewel commented 4 years ago

Here is the code for reference in case I did something wrong accidentally. AnimatedGIFs.txt

embedded-creations commented 4 years ago

can you turn on verbose output for compilation in settings, compile, and paste what you see?

Did you select the Teensy 3.6 board type?