diff --git a/examples/buildtest/buildtest.ino b/examples/buildtest/buildtest.ino index 2f2a859..4ee8f02 100644 --- a/examples/buildtest/buildtest.ino +++ b/examples/buildtest/buildtest.ino @@ -22,7 +22,7 @@ // Library only supports hardware SPI at this time // Connect SCLK to UNO Digital #13 (Hardware SPI clock) // Connect MISO to UNO Digital #12 (Hardware SPI MISO) -// Connect MOSI to UNO Digital #13 (Hardware SPI MOSI) +// Connect MOSI to UNO Digital #11 (Hardware SPI MOSI) #define RA8875_INT 3 #define RA8875_CS 10 #define RA8875_RESET 9 @@ -120,4 +120,4 @@ void loop() tft.fillCircle((uint16_t)(tx/xScale), (uint16_t)(ty/yScale), 4, RA8875_WHITE); } } -} \ No newline at end of file +}