Inky Frame: Sensible limit on SDCard speed.

Going any faster will result in corruption- this showed up as visible lines of distortion down decoded JPEG files.
pull/450/head
Phil Howard 2022-07-18 15:32:56 +01:00
rodzic 33b2c3908d
commit d81151a1c6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -51,7 +51,7 @@
#define CT_BLOCK 0x08 /* Block addressing */
#define CLK_SLOW (100 * KHZ)
#define CLK_FAST (50 * MHZ)
#define CLK_FAST (30 * MHZ)
static volatile
DSTATUS Stat = STA_NOINIT; /* Physical drive status */