Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not load SD.h #77

Open
JIRAYUTRPY opened this issue Mar 11, 2023 · 0 comments
Open

Can not load SD.h #77

JIRAYUTRPY opened this issue Mar 11, 2023 · 0 comments

Comments

@JIRAYUTRPY
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant