Teensy 3.6 is basically out of stock. Would be nice if you can port the project to be used with Teensy 4.1 (SmartMatrix lib already support it nowadays). i have tried to do that but unfortunately seems actually something going wrong with the SdFat lib (using the beta one that has the teensy 4.1 support):
you always have:
Compilation error: 'SdFatSdioEX' does not name a type
Naturally i have changed these lines on the source accordling to the new SmartMatrix lib:
#include <MatrixHardware_Teensy4_ShieldV5.h>
#include <SmartMatrix.h>
Any help will be appreciated
Teensy 3.6 is basically out of stock. Would be nice if you can port the project to be used with Teensy 4.1 (SmartMatrix lib already support it nowadays). i have tried to do that but unfortunately seems actually something going wrong with the SdFat lib (using the beta one that has the teensy 4.1 support):
you always have:
Compilation error: 'SdFatSdioEX' does not name a type
Naturally i have changed these lines on the source accordling to the new SmartMatrix lib:
#include <MatrixHardware_Teensy4_ShieldV5.h>
#include <SmartMatrix.h>
Any help will be appreciated