From a3a8f4c9d43c01fe3b6f403bda066c4ad2b701a3 Mon Sep 17 00:00:00 2001 From: driverblock Date: Sun, 24 Nov 2013 09:23:04 -0500 Subject: [PATCH] Update textmode.ino Fix typo in comment --- examples/textmode/textmode.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/textmode/textmode.ino b/examples/textmode/textmode.ino index d2a8f19..2976a17 100644 --- a/examples/textmode/textmode.ino +++ b/examples/textmode/textmode.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 @@ -89,4 +89,4 @@ void setup() void loop() { -} \ No newline at end of file +}