You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I user JPEGDECODER with TFT_eSPI So i try to complie code and then Error show :
error: 'File' does not name a type; did you mean 'SdFile'?
89 | File g_pInFileSd;
| ^~~~
| SdFile
i try any solution as inlcude FS.h, In user config i just try uncomment LOAD_SDFAT_LIBRARY,
In JPEGDecoder.h
i change to
#if !defined (FS_NO_GLOBALS) && defined (FS_H)
#undef LOAD_SD_LIBRARY
#undef LOAD_SDFAT_LIBRARY
#endif
But still show the same error.
The text was updated successfully, but these errors were encountered:
I user JPEGDECODER with TFT_eSPI So i try to complie code and then Error show :
error: 'File' does not name a type; did you mean 'SdFile'?
89 | File g_pInFileSd;
| ^~~~
| SdFile
i try any solution as inlcude FS.h, In user config i just try uncomment LOAD_SDFAT_LIBRARY,
In JPEGDecoder.h
i change to
#if !defined (FS_NO_GLOBALS) && defined (FS_H)
#undef LOAD_SD_LIBRARY
#undef LOAD_SDFAT_LIBRARY
#endif
But still show the same error.
The text was updated successfully, but these errors were encountered: