Skip to content

Commit d38ee86

Browse files
Merge pull request #262 from mzero/overloaded-write
allow Print's overloaded write() calls to be used with Adafruit_GFX
2 parents 4ae6b53 + 36ea569 commit d38ee86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Adafruit_GFX.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ class Adafruit_GFX : public Print {
170170
/**********************************************************************/
171171
void cp437(boolean x = true) { _cp437 = x; }
172172

173+
using Print::write;
173174
#if ARDUINO >= 100
174175
virtual size_t write(uint8_t);
175176
#else

0 commit comments

Comments
 (0)