Doxying private->protected variable change
This commit is contained in:
parent
60eef11705
commit
e43c6ca018
1 changed files with 2 additions and 2 deletions
|
|
@ -103,8 +103,8 @@ public:
|
|||
void printStatus(ImageReturnCode stat, Stream &stream = Serial);
|
||||
|
||||
protected:
|
||||
FatFileSystem *filesys;
|
||||
File file;
|
||||
FatFileSystem *filesys; ///< FAT FileSystem Object
|
||||
File file; ///< Current Open file
|
||||
ImageReturnCode coreBMP(char *filename, Adafruit_SPITFT *tft, uint16_t *dest,
|
||||
int16_t x, int16_t y, Adafruit_Image *img,
|
||||
boolean transact);
|
||||
|
|
|
|||
Loading…
Reference in a new issue