MI0283QT-Adapter with teensy++ 2.0 and arduino

Status
Not open for further replies.

mike081

New member
Hi,
I'm trying to get the arduino library from here https://github.com/watterott/mSD-Shield/downloads which is for this display https://github.com/watterott/MI0283QT-Adapter
Unfortunately it is primary targeted for the arduino mega...
Currently it fails to compile because it uses a digitalWriteFast library.
While the library is included by the software above it doesn't support the CPUs of the teensy's.

Does anybody have the digitalWriteFast library ported for the teensy's?

Thanks in advance!

Greetings
---
Mike
 
I beleive Paul wrote the digitalWriteFast library into the Teensy xx DigitalWrite command. This is one reason why the Teensy's are faster than the standard Arduino. Just change your DigitalWriteFast into DigitalWrite commands.

Tim
 
Status
Not open for further replies.
Back
Top