Sparkfun's Nokia Color LCD Arduino Shield library for FRDM boards
Dependents: ColorLCDShield_Conway
Revision 2:f4f7b91314a0, committed 2015-02-19
- Comitter:
- kayekss
- Date:
- Thu Feb 19 23:05:23 2015 +0000
- Parent:
- 1:2d65bfd1218c
- Commit message:
- Replaced KL25Z-specific pin definitions with universal names for Arduino-compatible boards
Changed in this revision
ColorLCDShield.cpp | Show annotated file Show diff for this revision Revisions of this file |
ColorLCDShield.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2d65bfd1218c -r f4f7b91314a0 ColorLCDShield.cpp --- a/ColorLCDShield.cpp Thu May 30 22:59:30 2013 +0000 +++ b/ColorLCDShield.cpp Thu Feb 19 23:05:23 2015 +0000 @@ -1,5 +1,6 @@ +// ==================================================== Nov 08 2013, kayeks == // ColorLCDShield.cpp -// ------------------ +// =========================================================================== // Sparkfun's Color LCD Shield (LCD-09363) library for mbed FRDM-KL25Z boards. // - https://www.sparkfun.com/products/9363 // This library has modified from Sparkfun's Arduino library code
diff -r 2d65bfd1218c -r f4f7b91314a0 ColorLCDShield.h --- a/ColorLCDShield.h Thu May 30 22:59:30 2013 +0000 +++ b/ColorLCDShield.h Thu Feb 19 23:05:23 2015 +0000 @@ -1,5 +1,6 @@ +// ==================================================== Nov 08 2013, kayeks == // ColorLCDShield.h -// ---------------- +// =========================================================================== // Sparkfun's Color LCD Shield (LCD-09363) library for mbed FRDM-KL25Z boards. // - https://www.sparkfun.com/products/9363 // This library has modified from Sparkfun's Arduino library code