This is a library for the Adafruit LED Backpacks. This library works with the Adafruit Mini 8x8 and 16x8.
Dependents: Adafruit_LEDBackpack_16x8_App Adafruit_32x8matrix
Fork of Adafruit_LEDBackpack by
Revision 4:b4ce71619694, committed 2016-12-22
- Comitter:
- maclobdell
- Date:
- Thu Dec 22 20:40:29 2016 +0000
- Parent:
- 3:b0ac557b5f0c
- Commit message:
- hacks to get 32 x 8 led matrix working, need to clean up later
Changed in this revision
| Adafruit_GFX.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Adafruit_GFX.cpp Wed Dec 21 18:24:56 2016 +0000
+++ b/Adafruit_GFX.cpp Thu Dec 22 20:40:29 2016 +0000
@@ -363,10 +363,7 @@
size_t Adafruit_GFX::writeChar(uint8_t c)
{
-
- //mpl
- printf("entered writeChar \r\n");
-
+
if (c == '\n')
{
cursor_y += textsize*8;
