try reducing freq

This commit is contained in:
lady ada 2022-04-09 11:34:04 -04:00
parent f7b3247deb
commit a9713b773f

View File

@ -81,7 +81,7 @@ void board_init(void) {
&pin_GPIO39, // DC
&pin_GPIO7, // CS
&pin_GPIO40, // RST
40000000, // baudrate
10000000, // baudrate
0, // polarity
0 // phase
);