mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Added close method to PImage
This commit is contained in:
@ -23,6 +23,7 @@ public:
|
||||
|
||||
static PImage loadImage(const char * fileName);
|
||||
|
||||
void close() { _bmpFile.close(); }
|
||||
|
||||
bool isValid() { return _valid; }
|
||||
|
||||
|
Reference in New Issue
Block a user