pio_tft
pio_tft copied to clipboard
How to use it
Please can you explain how to use it? And how to make a hello world code? #define TFT_RST 15 #define TFT_RD 16 #define TFT_WR 17 #define TFT_RS 14 #define TFT_CS 13 #define TFT_DB7 18 #define TFT_DB6 19 #define TFT_DB5 20 #define TFT_DB4 21 #define TFT_DB3 22 #define TFT_DB2 26 #define TFT_DB1 27 #define TFT_DB0 28
This is my wiring, where to put it?