This commit is contained in:
e2002
2022-04-13 13:01:02 +03:00
parent 51f85109c9
commit 23a02da201
9 changed files with 31 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
#include "../../network.h"
#ifndef DEF_SPI_FREQ
#define DEF_SPI_FREQ 8000000UL /* set it to 0 for system default */
#define DEF_SPI_FREQ 40000000 /* set it to 0 for system default */
#endif
DspCore::DspCore(): Adafruit_GC9106Ex(TFT_CS, TFT_DC, TFT_RST) {