mirror of
https://github.com/adafruit/Adafruit-GFX-Library.git
synced 2024-10-03 18:18:46 -04:00
Merge pull request #262 from mzero/overloaded-write
allow Print's overloaded write() calls to be used with Adafruit_GFX
This commit is contained in:
commit
d38ee86716
@ -170,6 +170,7 @@ public:
|
||||
/**********************************************************************/
|
||||
void cp437(boolean x = true) { _cp437 = x; }
|
||||
|
||||
using Print::write;
|
||||
#if ARDUINO >= 100
|
||||
virtual size_t write(uint8_t);
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user