Skip to content

Commit 44a6892

Browse files
authored
Merge pull request #702 from adafruit/ladyada-patch-1
Update PyPortal_ArduinoSelfTest.ino
2 parents 021bcdb + 0a5df76 commit 44a6892

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PyPortal_ArduinoSelfTest/PyPortal_ArduinoSelfTest.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define TFT_RD 9 // Read-strobe pin
2727
#define TFT_BACKLIGHT 25
2828
// ILI9341 with 8-bit parallel interface:
29-
Adafruit_ILI9341 tft = Adafruit_ILI9341(tft8, TFT_D0, TFT_WR, TFT_DC, TFT_CS, TFT_RST, TFT_RD);
29+
Adafruit_ILI9341 tft = Adafruit_ILI9341(tft8bitbus, TFT_D0, TFT_WR, TFT_DC, TFT_CS, TFT_RST, TFT_RD);
3030

3131
Adafruit_QSPI_GD25Q flash;
3232
Adafruit_ADT7410 tempsensor = Adafruit_ADT7410();

0 commit comments

Comments
 (0)