This library is intended to establish a fast connection to 2.0# ILI9225 based TFT displays for Arduino Due boards. In comparison to existing libraries it uses Due's SPI DMA features to speed up the ...
In our previous tutorial learned about SPI communication in Arduino. Today we will learn about another Serial Communication Protocol: I2C (Inter Integrated Circuits). Comparing I2C with SPI, I2C has ...