mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +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);
|
||||
|
||||
void close() { _bmpFile.close(); }
|
||||
|
||||
bool isValid() { return _valid; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user