Fix SPI speed by mod tft_eSpi library

1. Raplace tft_eSpi by https://github.com/ohmytime/TFT_eSPI_DynamicSpeed
2.uncomment to enable dynamic SPI Speed
// #define DYNAMIC_SPI_SPEED
This commit is contained in:
ohmytime
2023-11-01 20:29:24 +08:00
parent 33ce64aa04
commit 5a7af38293
2 changed files with 12 additions and 8 deletions
+1
View File
@@ -35,6 +35,7 @@
#define SMETERPIN 27
// #define ARS // uncomment for BGR type display (ARS version)
// #define CHINA_PORTABLE // uncomment for China Portable build (Simplified Chinese)
// #define DYNAMIC_SPI_SPEED // uncomment to enable dynamic SPI Speed https://github.com/ohmytime/TFT_eSPI_DynamicSpeed
#ifdef ARS
#define VERSION "v2.00ARS"