Update buildtest.ino

Fix typo in comment
This commit is contained in:
driverblock 2013-11-24 09:22:38 -05:00
parent fca19994e1
commit e8e5843c5f
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}
}
}