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 +}