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.
2 parents 4ae6b53 + 36ea569 commit d38ee86Copy full SHA for d38ee86
Adafruit_GFX.h
@@ -170,6 +170,7 @@ class Adafruit_GFX : public Print {
170
/**********************************************************************/
171
void cp437(boolean x = true) { _cp437 = x; }
172
173
+ using Print::write;
174
#if ARDUINO >= 100
175
virtual size_t write(uint8_t);
176
#else
0 commit comments