init Files
This commit is contained in:
29
libraries/TFT_eSPI/User_Setups/Setup60_RP2040_RPI_MHS.h
Normal file
29
libraries/TFT_eSPI/User_Setups/Setup60_RP2040_RPI_MHS.h
Normal file
@@ -0,0 +1,29 @@
|
||||
#define USER_SETUP_ID 162
|
||||
|
||||
#define ST7796_DRIVER
|
||||
|
||||
|
||||
|
||||
#define MHS_DISPLAY_TYPE
|
||||
|
||||
//#define RP2040_PIO_SPI
|
||||
|
||||
#define TFT_MISO 16
|
||||
|
||||
#define TFT_MOSI 19
|
||||
|
||||
#define TFT_SCLK 18
|
||||
|
||||
#define TFT_CS 17 // Chip select control pin
|
||||
|
||||
#define TFT_DC 20 // Data Command control pin
|
||||
|
||||
#define TFT_RST 21 // Reset pin (could connect to Arduino RESET pin)
|
||||
|
||||
//#define TFT_BL // LED back-light
|
||||
|
||||
|
||||
|
||||
#define TOUCH_CS 22 // Chip select pin (T_CS) of touch screen
|
||||
|
||||
|
||||
Reference in New Issue
Block a user