working lcd small quer

This commit is contained in:
2024-06-21 17:24:06 +02:00
commit bd9ac0409a
936 changed files with 422571 additions and 0 deletions

View 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