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.h
- Revision:
- 3:b0ac557b5f0c
- Parent:
- 0:e81a6274acce
--- a/Adafruit_GFX.h Thu Dec 15 17:31:22 2016 +0000
+++ b/Adafruit_GFX.h Wed Dec 21 18:24:56 2016 +0000
@@ -83,9 +83,11 @@
#endif
void drawBitmap(int16_t x, int16_t y, const uint8_t *bitmap, int16_t w, int16_t h, uint16_t color);
+ //virtual void drawChar(int16_t x, int16_t y, unsigned char c, uint16_t color, uint16_t bg, uint8_t size);
+ //virtual size_t writeChar(uint8_t);
void drawChar(int16_t x, int16_t y, unsigned char c, uint16_t color, uint16_t bg, uint8_t size);
size_t writeChar(uint8_t);
-
+
int16_t width(void) { return _width; };
int16_t height(void) { return _height; };
