init Files

This commit is contained in:
2024-12-09 19:47:18 +01:00
parent b55a8cd2bc
commit 528e862838
3471 changed files with 1105029 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
// Setup for the ESP32 S3 with GC9A01 display
#define USER_SETUP_ID 70
#define GC9A01_DRIVER
#define TFT_WIDTH 240
#define TFT_HEIGHT 240
// Typical board default pins - change to match your board
#define TFT_CS 10 //34 // 10 or 34 (FSPI CS0)
#define TFT_MOSI 11 //35 // 11 or 35 (FSPI D)
#define TFT_SCLK 12 //36 // 12 or 36 (FSPI CLK)
#define TFT_MISO 13 //37 // 13 or 37 (FSPI Q)
// Use pins in range 0-31
#define TFT_DC 7
#define TFT_RST 6