This commit is contained in:
2026-02-15 16:36:28 -08:00
parent b3f1f0e805
commit fadcb684cc
4 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
// ===== User_Setup.h (local to sketch) =====
#define USER_SETUP_LOADED // Prevent TFT_eSPI from loading its own
#define ST7796_DRIVER
#define TFT_WIDTH 320
#define TFT_HEIGHT 480
#define TFT_CS 15
#define TFT_DC 2
#define TFT_RST 4
#define TFT_MOSI 23
#define TFT_SCLK 18
#define TFT_MISO 19
#define TOUCH_CS 21
#define SPI_FREQUENCY 27000000
#define SPI_READ_FREQUENCY 20000000
#define SPI_TOUCH_FREQUENCY 2500000
#define SUPPORT_TRANSACTIONS