We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 021bcdb + 0a5df76 commit 44a6892Copy full SHA for 44a6892
1 file changed
PyPortal_ArduinoSelfTest/PyPortal_ArduinoSelfTest.ino
@@ -26,7 +26,7 @@
26
#define TFT_RD 9 // Read-strobe pin
27
#define TFT_BACKLIGHT 25
28
// 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);
+Adafruit_ILI9341 tft = Adafruit_ILI9341(tft8bitbus, TFT_D0, TFT_WR, TFT_DC, TFT_CS, TFT_RST, TFT_RD);
30
31
Adafruit_QSPI_GD25Q flash;
32
Adafruit_ADT7410 tempsensor = Adafruit_ADT7410();
0 commit comments