Fix the problem of using the SD card with the screen at the same time #1082
salarizadi
started this conversation in
Announcements
Replies: 1 comment 1 reply
-
Yes, you can change the port used by the ILI9341 display driver. But, generally it is better to keep it on HSPI because HSPI can run faster than VSPI. Instead, could you move the SD Card from HSPI to VSPI? You could even provide a manifest option to configure that, like the ILI9341 driver does. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I ran into a problem with the SPI port when I wanted to use the display and the SD card at the same time, after searching the internet I couldn't find anything until I remembered to go to the display settings in my project manifest. I changed the SPI port from ILI9341 definitions to VSPI_HOST.
And yes, it worked. You can now view the help document I just updated :
/~https://github.com/salarizadi/moddable-sdk/blob/main/Modules/SD/README.md#notes
Beta Was this translation helpful? Give feedback.
All reactions