File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ static const uint8_t LED_BUILTIN = 5;
9
9
static const uint8_t _VBAT = 35 ; // battery voltage
10
10
11
11
12
- static const uint8_t TF_CS = 4 ; // TF (Micro SD Card) CS pin
13
- static const uint8_t TS_CS = 12 ; // Touch Screen CS pin
14
- static const uint8_t TFT_CS = 14 ; // TFT CS pin
15
- static const uint8_t TFT_LED = 32 ; // TFT backlight control pin
16
- static const uint8_t TFT_RST = 33 ; // TFT reset pin
17
- static const uint8_t TFT_DC = 27 ; // TFT DC pin
12
+ #define TF_CS 4 // TF (Micro SD Card) CS pin
13
+ #define TS_CS 12 // Touch Screen CS pin
14
+ #define TFT_CS 14 // TFT CS pin
15
+ #define TFT_LED 32 // TFT backlight control pin
16
+ #define TFT_RST 33 // TFT reset pin
17
+ #define TFT_DC 27 // TFT DC pin
18
18
19
19
#endif /* Pins_Arduino_h */
You can’t perform that action at this time.
0 commit comments