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 2a912ba + 622d837 commit 549e1d8Copy full SHA for 549e1d8
libraries/TFT/src/utility/PImage.h
@@ -23,6 +23,7 @@ class PImage {
23
24
static PImage loadImage(const char * fileName);
25
26
+ void close() { _bmpFile.close(); }
27
28
bool isValid() { return _valid; }
29
0 commit comments