china ili9341 tft display in stock
Afghanistan, Africa, Anguilla, Antigua and Barbuda, Armenia, Aruba, Azerbaijan Republic, Bahamas, Bahrain, Bangladesh, Barbados, Belize, Bhutan, British Virgin Islands, Brunei Darussalam, Cambodia, Cayman Islands, China, Costa Rica, Dominica, Dominican Republic, El Salvador, Georgia, Grenada, Guadeloupe, Guatemala, Haiti, Honduras, Iceland, India, Iraq, Jamaica, Jordan, Kazakhstan, Kuwait, Kyrgyzstan, Laos, Lebanon, Maldives, Martinique, Mongolia, Montserrat, Nepal, Netherlands Antilles, Nicaragua, Norway, Oman, Pakistan, Panama, Qatar, Russian Federation, Saint Kitts-Nevis, Saint Lucia, Saint Vincent and the Grenadines, Saudi Arabia, South America, Sri Lanka, Sweden, Switzerland, Tajikistan, Trinidad and Tobago, Turkey, Turkmenistan, Turks and Caicos Islands, Ukraine, United Arab Emirates, Uzbekistan, Yemen
To create much more price for clients is our company philosophy; purchaser growing is our working chase for Ili9341 Display, Tft Panel Display, Micro Lcd Screen, Bar Tft Lcd Module,High Brightness Customize Tft Lcd Module. All merchandise are manufactured with advanced equipment and strict QC procedures in purchase to assure high-quality. Welcome prospects new and old to get hold of us for enterprise cooperation. The product will supply to all over the world, such as Europe, America, Australia,Tajikistan, Danish,Hungary, Kenya.We have many years" experience in hair product production, and our strict QC Team and skilled workers will ensure that we give you top hair products with the best hair quality and workmanship. You will get successful business if you choose to cooperate with such a professional manufacturer. Welcome your order cooperation!
HiLetgo is located in China. We are a Big & Professional Electronics Modules, Sensors and Robort Parts Manufacturer, we have our own Brand "HiLetgo", products including Develop Boards like Uno, MEGA, Pro mini, Nano, ESP8266, ESP32, Power & Drive modules, Sensors, Breadboards, Connectors and Jumper Wires etc.We are committing ourselves to provide the Newest products with High quality and competitive price to the people at all over the world!
ILI9341 is a 262,144-color single-chip SOC driver for a-TFT liquid crystal display with resolution of 240RGBx320 dots, comprising a 720-channel source driver, a 320-channel gate driver, 172,800 bytes GRAM for graphic display data of 240RGBx320 dots, and power supply circuit. ILI9341 supports parallel 8-/9-/16-/18-bit data bus MCU interface, 6-/16-/18-bit data bus RGB interface and 3-/4-line serial peripheral interface (SPI). The moving picture area can be specified in internal GRAM by window address function. The specified window area can be updated selectively, so that moving picture can be displayed simultaneously independent of still picture area.
You can find ILI9341-based TFT displays in various sizes on eBay and Aliexpress. The one I chose for this tutorial is 2.2″ length along the diagonal, 240×320 pixels resolution, supports SPI interface, and can be purchased for less than $10.
Note that we will be using the hardware SPI module of the ESP8266 to drive the TFT LCD. The SPI communication pins are multiplexed with I/O pins D5 (SCK), D6 (MISO), and D7 (MOSI). The chip select (CS) and Data/Command (DC) signal lines are configurable through software.
For ILI9341-based TFT displays, there are some options for choosing the library for your application. The most common one is using Bodmer. We will use this library in this tutorial. So go ahead and download the
The library is based on the Adafruit GFX and Adafruit ILI9341 libraries and the aim is to retain compatibility. Significant additions have been made to the library to boost the speed for ESP8266 processors (it is typically 3 to 10 times faster) and to add new features. The new graphics functions include different size proportional fonts and formatting features. There are a significant number of example sketches to demonstrate the different features.
Configuration of the library font selections, pins used to interface with the TFT and other features is made by editting the User_Setup.h file in the library folder. Fonts and features can easily be disabled by commenting out lines.
Now you are all set to try out tons of really cool built-in examples that come with the library. The following output corresponds to the TFT_Pie_Chart example.
My favorite example is TFT terminal, which implements a simple “Arduino IDE Serial Monitor” like serial receive terminal for monitoring debugging messages from another Arduino or ESP8266 board.