mirror of
https://github.com/adafruit/Adafruit-GFX-Library.git
synced 2024-10-03 18:18:46 -04:00
New overload for drawBitmap to support background color.
This commit is contained in:
parent
36e32e57af
commit
01273c2ad2
@ -66,6 +66,9 @@ class Adafruit_GFX : public Print {
|
||||
void drawBitmap(int16_t x, int16_t y,
|
||||
const uint8_t *bitmap, int16_t w, int16_t h,
|
||||
uint16_t color);
|
||||
void drawBitmap(int16_t x, int16_t y,
|
||||
const uint8_t *bitmap, int16_t x, int16_t h,
|
||||
uint16_t color, uint16_t bg);
|
||||
void drawChar(int16_t x, int16_t y, unsigned char c,
|
||||
uint16_t color, uint16_t bg, uint8_t size);
|
||||
#if ARDUINO >= 100
|
||||
|
Loading…
Reference in New Issue
Block a user