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

Enable stdio filesystem support #535

Closed
wants to merge 4 commits into from

Conversation

MitchBradley
Copy link
Contributor

It was commented out. Uncommenting it and adding a namespace qualifier to load_font_with_path made it work great. Tested with platformio native builds on Windows/Mingw32

I'm not sure why it was not enabled. My guess is that it failed to compile due to the missing Base:: on load_font_with_path(), and nobody had time to track down that problem.

It was commented out.  Uncommenting it and adding a namespace
qualifier to load_font_with_path made it work great.  Tested
with platformio native builds on Windows/Mingw32
.. because the corresponding platforms do not have FileWrapper
@MitchBradley
Copy link
Contributor Author

IDF builds are still failing. I'm trying to think of a way to enable filesystem support for native builds without making ESP-IDF choke.

@MitchBradley
Copy link
Contributor Author

Okay, it passes CI now. It would be nice to say something like "#if HAS_FILE_WRAPPER" but that would require some extra work elsewhere in the code base.

If this patch is accepted, what is the best way to propagate it to M5GFX ?

@tobozo
Copy link
Collaborator

tobozo commented Mar 1, 2024

hi and thanks for your contribution 👍

please edit your PR to use the develop branch both as base and target

@MitchBradley
Copy link
Contributor Author

Closing this in favor of #536 which is based on develop

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

Successfully merging this pull request may close these issues.

2 participants