We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e71e0 commit 33a4bdfCopy full SHA for 33a4bdf
Adafruit_GFX.h
@@ -48,6 +48,8 @@ class Adafruit_GFX : public Print {
48
int16_t radius, uint16_t color),
49
drawBitmap(int16_t x, int16_t y, const uint8_t *bitmap,
50
int16_t w, int16_t h, uint16_t color),
51
+ drawXBitmap(int16_t x, int16_t y, const uint8_t *bitmap,
52
+ int16_t w, int16_t h, uint16_t color),
53
drawChar(int16_t x, int16_t y, unsigned char c, uint16_t color,
54
uint16_t bg, uint8_t size),
55
setCursor(int16_t x, int16_t y),
0 commit comments