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
Diff: Adafruit_GFX.cpp
- Revision:
- 4:b4ce71619694
- Parent:
- 3:b0ac557b5f0c
--- 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;
