File creation

This commit is contained in:
sam
2024-03-05 16:02:17 +01:00
parent d3952306b2
commit 2b31f80655

View File

@@ -0,0 +1,6 @@
#define TFT_CS 14
#define TFT_DC 13
#define TFT_RST 12
#define MOSI 11
#define SCK 10
#define MISO 9