ojrbaseball.blogg.se

Arduino uno blue datasheet
Arduino uno blue datasheet




The second library is Adafruit graphics library which can be installed also from Arduino IDE library manager.

arduino uno blue datasheet

The first library is a driver for the ILI9341 TFT display which can be installed from Arduino IDE library manager (Sketch -> Include Library -> Manage Libraries …, in the search box write “ili9341” and choose the one from Adafruit). The following Arduino code requires two libraries from Adafruit Industries: Interfacing Arduino with ILI9341 TFT display code: SCK pin is connected to Arduino digital pin 13.īL (LED) pin is connected to Arduino 5V pin, MOSI pin is connected to Arduino digital pin 11, RST pin is connected to Arduino digital pin 9,ĭ/C pin is connected to Arduino digital pin 10, So, the ILI9341 TFT display is connected to the Arduino board as follows (each one through voltage divider):ĬS pin is connected to Arduino digital pin 8, Each voltage divider consists of 2.2k and 3.3k resistors, this drops the 5V into 3V which is sufficient. To connect the Arduino to the display module, I used voltage divider for each line which means there are 5 voltage dividers. This module has a built-in 3.3V regulator which supplies the display controller with 3.3V from the 5V source.Īll Arduino UNO board output pins are 5V, connecting a 5V pin to the ILI9341 TFT display may damage its controller. The display module is supplied with 5V that comes from the Arduino board. So, the display side pins which numbered from 1 to 9 are (from left to right): VCC (5V), GND (ground), CS (chip select), RST (reset), DC (or D/C: data/command), MOSI (or SDI), SCK (clock), BL (back light LED) and MISO (or SDO).Īs mentioned above, the ILI9341 TFT display controller works with 3.3V only (power supply and control lines). The ILI9341 TFT display board which is shown in the circuit diagram above has 14 pins, the first 9 pins are for the display and the other 5 pins are for the touch module. Hardware circuit diagram of the example is shown below. Interfacing Arduino with ILI9341 TFT display circuit: This module works with 3.3V only and it doesn’t support 5V (not 5V tolerant). The resolution of this TFT display is 240 x 320 which means it has 76800 pixels. It’s a color display that uses SPI interface protocol and requires 4 or 5 control pins, it’s low cost and easy to use.

arduino uno blue datasheet

The ILI9341 TFT module contains a display controller with the same name: ILI9341. This Arduino tutorial shows how to interface the Uno board with ILI9341 TFT display.






Arduino uno blue datasheet