Update Setup107_RP2040_ILI9341_16bit_parallel.h

This commit is contained in:
Bodmer 2022-04-19 00:03:25 +01:00
parent 9d6e63a18f
commit ea736eec14
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#define TFT_WR 16 // Write strobe 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_D1 1
#define TFT_D2 2