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.
1 parent 2a912ba commit 622d837Copy full SHA for 622d837
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