Export to GitHub

glcd-arduino - issue #45

Leonardo/Micro/Lillypad-USB Support


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 Elephant

Issue 48 has been merged into this issue.

Comment #2

Posted on Dec 9, 2012 by Swift Elephant

To 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 Elephant

Changed name/Summary of issue.

Status: Accepted

Labels:
Type-Defect Priority-High