From b7e185968ccccd6f38898ad96483f6a07ad011d9 Mon Sep 17 00:00:00 2001 From: rdagger Date: Mon, 24 Jun 2024 13:56:03 -0700 Subject: [PATCH] Update demo_sdcard docstring --- demo_sdcard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo_sdcard.py b/demo_sdcard.py index 22392a7..c1e8806 100644 --- a/demo_sdcard.py +++ b/demo_sdcard.py @@ -5,7 +5,7 @@ Therefore, I'm using micropython-lib sdcard.py to control the SD Card. https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/storage/sdcard The SD Card should be set to the same SPI bus as the touchscreen because they -both run at slower speeds. The display should be run on it's own SPI bus to +both run at slower speeds. The display should be run on its own SPI bus to take advantage of the higher bandwidth. If your board has a built-in SD card then you will want to identify what GPIO