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

SD library issues #2

Closed
fpistm opened this issue May 18, 2017 · 2 comments
Closed

SD library issues #2

fpistm opened this issue May 18, 2017 · 2 comments
Assignees
Labels
bug 🐛 Something isn't working

Comments

@fpistm
Copy link
Member

fpistm commented May 18, 2017

Link to SD lib need some correction.

@fpistm fpistm added the bug 🐛 Something isn't working label May 18, 2017
@fpistm fpistm self-assigned this May 18, 2017
@fpistm
Copy link
Member Author

fpistm commented May 30, 2017

There are 2 topics:
1 - Rename the SD.h from SD library provided in this repo. By this way, including SD.h will use the standard Arduino library. Used for Arduino shield including SD card slot by through SPI.
2- Update/correct the modified SD library. In case of TFT bitmap logo example, File object is passed as an argument to R/W function but like File object is copied the current file pointer is reset so it is always read from the beginning.

@fpistm fpistm changed the title TFTBitmapLogo not functionnal (blank screen) SD library issues Jun 8, 2017
fpistm added a commit that referenced this issue Jun 16, 2017
Rename the SD.h from SD library provided in this repo.
By this way, including SD.h will use the standard Arduino library,
used for shields including SD card slot through SPI.

Warning: Consider it as a workaround. Name could be change later.
Linked to issue #2

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
@fpistm
Copy link
Member Author

fpistm commented Aug 30, 2017

This issue was moved to stm32duino/STM32SD#1

@fpistm fpistm closed this as completed Aug 30, 2017
edogaldo added a commit to edogaldo/Arduino_Core_STM32 that referenced this issue Jun 25, 2018
Commit stm32duino#2 based on @fpistm suggestions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant