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

PImage / Adafruit_GFX::image(..) memory corruption issue. Should close file after reading #1497

Open
arndtjenssen opened this issue Jul 6, 2013 · 0 comments
Assignees
Labels
Component: Core Related to the code for the standard Arduino API Type: Bug

Comments

@arndtjenssen
Copy link

Arduino 1.0.5
If not closed, memory corruption occurs after a while. Adding:
img._bmpFile.close();
at the end of the Adafruit_GFX::image(..) function solved the problem for me.

relates to #814

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Core Related to the code for the standard Arduino API Type: Bug
Projects
None yet
Development

No branches or pull requests

4 participants