mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
Added close method to PImage
This commit is contained in:
parent
2a912bab62
commit
622d837e38
@ -23,6 +23,7 @@ public:
|
|||||||
|
|
||||||
static PImage loadImage(const char * fileName);
|
static PImage loadImage(const char * fileName);
|
||||||
|
|
||||||
|
void close() { _bmpFile.close(); }
|
||||||
|
|
||||||
bool isValid() { return _valid; }
|
bool isValid() { return _valid; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user