nopnop2002 / Raspberry-ili9340spi

ILI9340 SPI TFT Library & XPT2046 Touch Screen Library for Raspberry
MIT License
39 stars 16 forks source link

SD card #27

Closed PoeticSwam closed 1 year ago

PoeticSwam commented 1 year ago

Is there a way to display images from the built in SD card slot?

nopnop2002 commented 1 year ago

How to mount External SPI sd card reader

https://ralimtek.com/posts/2016/2016-12-10-raspberry_pi_secondary_sd_card/#spi

PoeticSwam commented 1 year ago

How to mount External SPI sd card reader

https://ralimtek.com/posts/2016/2016-12-10-raspberry_pi_secondary_sd_card/#spi

No but like if the lcd has a built in SD slot, can I load images to the screen using this library?

nopnop2002 commented 1 year ago

Built-in SD slot behind the LCD is the same as an external SD card reader.

Using these pins with SPI. 58363270-668e0880-7edc-11e9-8f5a-ad00c60c5d4d

you can mount it as a filesystem.

PoeticSwam commented 1 year ago

Built-in SD slot behind the LCD is the same as an external SD card reader.

Using these pins with SPI. 58363270-668e0880-7edc-11e9-8f5a-ad00c60c5d4d

you can mount it as a filesystem.

OK thank you