Update Setup107_RP2040_ILI9341_16bit_parallel.h
This commit is contained in:
parent
9d6e63a18f
commit
ea736eec14
|
|
@ -29,7 +29,7 @@
|
||||||
#define TFT_WR 16 // Write strobe pin
|
#define TFT_WR 16 // Write strobe pin
|
||||||
#define TFT_DC 17 // Data Command control pin
|
#define TFT_DC 17 // Data Command control pin
|
||||||
|
|
||||||
// PIO requires these to be sequentially increasing - do not change
|
// PIO requires these to be sequentially increasing
|
||||||
#define TFT_D0 0
|
#define TFT_D0 0
|
||||||
#define TFT_D1 1
|
#define TFT_D1 1
|
||||||
#define TFT_D2 2
|
#define TFT_D2 2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue