Merge pull request #4793 from kmatch98/funhouse_spi_speed

reduce SPI display baudrate from 60 MHz to 5 MHz to eliminate display glitch
This commit is contained in:
Dan Halbert 2021-07-19 18:24:48 -04:00 committed by GitHub
commit 5e773b863f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ void board_init(void) {
&pin_GPIO39, // TFT_DC Command or data
&pin_GPIO40, // TFT_CS Chip select
&pin_GPIO41, // TFT_RESET Reset
60000000, // Baudrate
5000000, // Baudrate
0, // Polarity
0); // Phase