mirror of
https://github.com/adafruit/Adafruit-GFX-Library.git
synced 2024-10-03 18:18:46 -04:00
Merge pull request #272 from makermelissa/master
Removed duplicate spiWrite to fix bbSPI
This commit is contained in:
commit
cb471e31df
@ -1846,8 +1846,6 @@ void Adafruit_SPITFT::sendCommand(uint8_t commandByte, uint8_t *dataBytes,
|
|||||||
|
|
||||||
SPI_DC_HIGH();
|
SPI_DC_HIGH();
|
||||||
for (int i = 0; i < numDataBytes; i++) {
|
for (int i = 0; i < numDataBytes; i++) {
|
||||||
spiWrite(*dataBytes); // Send the data bytes
|
|
||||||
dataBytes++;
|
|
||||||
if ((connection == TFT_PARALLEL) && tft8.wide) {
|
if ((connection == TFT_PARALLEL) && tft8.wide) {
|
||||||
SPI_WRITE16(*(uint16_t *)dataBytes);
|
SPI_WRITE16(*(uint16_t *)dataBytes);
|
||||||
dataBytes += 2;
|
dataBytes += 2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user