user setup: increase SPI frequency on M5Stack Basic Core

This commit is contained in:
John Belmonte 2022-05-07 17:29:07 +09:00
parent 7d5fe20e43
commit 4164731a0b
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
#define SMOOTH_FONT
#define SPI_FREQUENCY 27000000
#define SPI_FREQUENCY 40000000
// Optional reduced SPI frequency for reading TFT
#define SPI_READ_FREQUENCY 5000000
#define SPI_READ_FREQUENCY 16000000