1.8 inch tft lcd arduino supplier
In this guide we’re going to show you how you can use the 1.8 TFT display with the Arduino. You’ll learn how to wire the display, write text, draw shapes and display images on the screen.
The 1.8 TFT is a colorful display with 128 x 160 color pixels. The display can load images from an SD card – it has an SD card slot at the back. The following figure shows the screen front and back view.
This module uses SPI communication – see the wiring below . To control the display we’ll use the TFT library, which is already included with Arduino IDE 1.0.5 and later.
The TFT display communicates with the Arduino via SPI communication, so you need to include the SPI library on your code. We also use the TFT library to write and draw on the display.
The 1.8 TFT display can load images from the SD card. To read from the SD card you use the SD library, already included in the Arduino IDE software. Follow the next steps to display an image on the display:
In this guide we’ve shown you how to use the 1.8 TFT display with the Arduino: display text, draw shapes and display images. You can easily add a nice visual interface to your projects using this display.
This is a single-chip controller/driver for 262K-color, graphic type TFT-LCD. It consists of 396 source line and 162 gate line driving circuits. This chip is capable of connecting directly to an external microprocessor, and accepts Serial Peripheral Interface (SPI), 8-bit/9-bit/16-bit/18-bit parallel interface.
AllAnalog to Digital ConvertersArduino Starter KitsBatteriesBattery Charger ModuleBreadboardButton Key ModuleBuzzerCamera ModuleCapacitor  Ceramic Capacitors  Electrolytic CapacitorsCases  Battery HolderConnectors  Jumper Wires  Tact SwitchCooling FanDevelopment Boards  Arduino Development Boards  Raspberry Development Boards  STM32 BoardsDiodesFingerprint SensorIntegrated Circuit  Amplifier module  Current Voltage Tester  Micro SD Storage Expansion Board  Real Time Clock Module  Relay Module  ST TIP NXPInternet Of ThingsJoy StickLaser ModuleLEDMemory ModulesMP3 Decoding board  MP3 Player ModuleMulti Coin Accetor/SelectorOptoelectronic Displays  LCD ModulesPCB BoardsPCB Connectors  Female Single Row Pin HeaderPotentiometer  Potentiometer Adjustable ResistorPotentiometer Knob CapPower AdaptorsPower Regulator Modules  Step Down ModuleProgrammer module  USB To TTL Serial Adapter Module  USB to UART TTL ModuleProximity sensorPumpsResistor  Metal Film Resistor  Photoresistor Light Dependent Resistor LDRRobotics & Aeronautics  Motors and ActuatorsSensors  Current Sensors  Door Window Sensor  Gas Sensor  Humidity Sensor  Infrared Light Sensor Module  IR Infrared Obstacle Avoidance Sensor Module  Load Cell Weighing Sensor  Microphone Sound Sensor  PIR Motion Sensor  Pulse Sensor Module  Rain Water Sensor Module  Reed Sensor Module  Sensor Shield Expansion Board  Shake Vibration Sensor Module  Soil Moisture Sensor  Speed Sensor  Temperature Sensor  Touch Button Module  Touch Sensor Module  Ultrasonic Distance Sensor  Vibration Sensor Module  Voltage Sensor Module  Water Level Sensor  Weighing Sensor ModuleServo Shield ModuleSIGNAL FREQUENCY MODULESolar Devices  Solar PanelSolenoid LockSolenoid ValveStepper Driver ChipTools  Digital Multimeter  Measurement & Analysis Instruments  Soldering ToolsTransistorsUncategorizedUsb Wi-fi AdapterVoice RecorderWater Flow SensorWireless Devices  Bluetooth & Infrared Devices  ESP32 Modules  GPS/GSM/GPRS Devices  IR Remote  RFID/ RF/ WIFI Devices  Wireless Transceiver
Specification:Driver IC: ST7735RResolution: 128 x 160 pixelsFeatures:- Can help you to get rid of the Arduino serial monitor.- Some tests and provide UTFT library, AdaFruit Library and instruction on DropBox.- Tested with Latest Arduino 1.6.5.IO interface:1. RESET --directly to the microcontroller IO2. CS --directly to the microcontroller IO3. A0 --IO control registers select4. SDA --IO control data transmission5. SCL --IO control SPI bus6. BL--High Level 3.3V backlight onNote:Please contact us for documents and driver if you need. Please noted this LCD is 3.3V, which can not receive 5V signals from the Arduino, so please use a 1k series resistors between GPIO lines on a 5V arduino and this LCD, power this LCD with 5V but drive it with "level shifted resistor" GPIO lines.Besides, you could use mcifriend 2.8 inch TFT LCD library to get it to work, it will work fine with the Mega or Uno.