Update buildtest.ino
Fix typo in comment
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
// Library only supports hardware SPI at this time
|
// Library only supports hardware SPI at this time
|
||||||
// Connect SCLK to UNO Digital #13 (Hardware SPI clock)
|
// Connect SCLK to UNO Digital #13 (Hardware SPI clock)
|
||||||
// Connect MISO to UNO Digital #12 (Hardware SPI MISO)
|
// 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_INT 3
|
||||||
#define RA8875_CS 10
|
#define RA8875_CS 10
|
||||||
#define RA8875_RESET 9
|
#define RA8875_RESET 9
|
||||||
@@ -120,4 +120,4 @@ void loop()
|
|||||||
tft.fillCircle((uint16_t)(tx/xScale), (uint16_t)(ty/yScale), 4, RA8875_WHITE);
|
tft.fillCircle((uint16_t)(tx/xScale), (uint16_t)(ty/yScale), 4, RA8875_WHITE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user