From e8e5843c5fdf7b9c55054551effb8ebbe23ee9d1 Mon Sep 17 00:00:00 2001 From: driverblock Date: Sun, 24 Nov 2013 09:22:38 -0500 Subject: [PATCH] Update buildtest.ino Fix typo in comment --- examples/buildtest/buildtest.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}