Posted on Oct 5, 2012 by
Swift Elephant
glcd needs to support Leonardo board type. This is not difficult and it is easy to detect the difference between Teensy 1.x and Leonardo. The key is to look for defines set by the teensy environment first before looking at the processor type define. Teensy defines digitalPinToPortReg, digitalPinToBit, and CORE_TEENSY
Comment #1
Posted on Dec 9, 2012 by Swift ElephantIssue 48 has been merged into this issue.
Comment #2
Posted on Dec 9, 2012 by Swift ElephantTo resolve this issue also means handling Arduino Inc Micro and Lillypad-USB boards as well. See issue #48 for some additional information.
Comment #3
Posted on Dec 9, 2012 by Swift ElephantChanged name/Summary of issue.
Status: Accepted
Labels:
Type-Defect
Priority-High