mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-13 10:29:35 +01:00
Merge pull request #2360 from sngl/ide-1.5.x-TFT-PImage-close
Added close method to PImage
This commit is contained in:
commit
549e1d8469
@ -23,6 +23,7 @@ public:
|
||||
|
||||
static PImage loadImage(const char * fileName);
|
||||
|
||||
void close() { _bmpFile.close(); }
|
||||
|
||||
bool isValid() { return _valid; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user