dwin tft display made in china
We have a large corporate scale and branches to provide broader business channels for exporting to sales of Dwin 3.5inch 480*320 Resolution TFT LCD Display Module Touch Screen Panel with Control .... Our business tenet is loyalty and dedication, love and dedication, optimistic and enterprising, and abiding by laws and trustworthiness. With its excellent price-performance ratio, high-quality perfection and after-sales service, the products have continuously expanded their market share and gradually determined their position in the same industry. Now with full enthusiasm, we will continue to innovate, carry forward our brand, realize product diversification, and dedicate better and better products to users.
DWIN technology is the leading provider of high quality human-machine interaction (HMI) products and solutions, which widely used in industries of smart appliance, new energy, financial machinery, engineering machinery, artificial intelligence, export mechanical and electrical products and medical, beauty and health care etc.
DWIN is a comprehensive technology company with the ability to develop, manufacture and market the entire electronic information industry from ASIC design to system integration.
The company was founded in 2003 at Zhongguancun, Beijing, China. Now, DWIN Technology is headquartered in Beijing with a large manufacturing and service base whose total floor area is about 250,000 square meters in Taoyuan County, Hunan Province. The company has also set up regional marketing and application support centers at Beijing, Suzhou, Hangzhou, Changsha, Guangzhou and Shenzhen in China as well as overseas countries such as India, Poland, Brazil and the United States.
Our company is headquartered in Beijing and manufacturing facilities are in Hunan Province, China. DWIN Technology is a large manufacturer of Smart Displays ,TFT modules and touch panel . I would urge you take a few minutes to review DWIN Technology`s website at www.dwin.com.cn.
DWIN Technology was founded in 2003. Since its inception, this organization has sustained an astounding rate in recent years of some 80% year-over-year growth, to become "the world"s leading manufacturer of high-quality Human-Machine Interaction (HMI) products and solutions". DWIN Technology has some 250 million square feet of manufacturing space on its campus (as demonstrated within the website video) while continuing to increasingly employ engineering and production staff to effectively oversee and serve our ever-expanding highly valued customer base.
On the basis of human-machine interaction, we, DWIN technology mainly sell Industrial LCD panel, TFT LCD Module, HMI Display and touch screen, provide the product information, technical consultation and after sale service for all kinds of display module, HMI panel, Industrial Displays, interactive touch panel, capacitive/resistive touch screens.
DWIN advocates the core value of "win-win" and has provided products and services to nearly 50,000 customers worldwide. Professional, innovation and efficiency have won the trust and support of customers. While providing HMI products, DWIN also provides product customization and system solutions for industrial automation, medical beauty and health care, new energy, financial equipment, engineering machinery, consumer electronics and other fields according to customer needs, involving industrial Production, daily life, public transportation and other aspects help customers complete product design easily and quickly, and truly implement the design concept of "technology changes life".
In this tutorial, we will be Interfacing a 7-inch DWIN HMI TFT LCD Display with Arduino Nano Board. Using this DWIN Display we can control various modules like Relay, Servo Motor, and RGB LED. We will also learn how to create the UI using the DGUS Software.
Before moving ahead, go through the DWIN Getting Started Guide to learn more about the DWIN Display and the method to upload the firmware. Since the DWIN Display has UART Interface, we can communicate with Arduino through Serial Communication. Let’s see how we can build this System.
DGUS(DWIN Graphic Utilized Software) is a cost-effective GUI software platform developed by DWIN Technology. Based on the K600+ Kernel hardware platform, GUI design, combined with a simple command interface, can be achieved quickly, eliminating the need for complicated programming and expensive development environments.
The link for all the files including the DWIN_Set folder, images, ICL files, etc are inside the folder below. You can extract them and use them in your project.
After creating the UI using the DGUS Software, download the firmware to DWIN LCD Display either using the T5L Download tool or using the SD Card. Follow the previous guide.
Before interfacing please check on the back of the DWIN Module whether the TTL Module is enabled or not. In case its not enabled, solder the terminals to enable the TTL Communication.
Coming to the DWIN LCD Display and Arduino part, UART Serial Communication is required. Therefore connect the TX2, and RX2 of DWIN Display to Arduino RX & TX Pin respectively. Supply the 5V to both Arduino and Display using their respective USB Cable. The GND connection should be common for both Arduino & Display.
If you don’t want to assemble the circuit on a breadboard and you want PCB for the project, then here is the PCB for you. I used EasyEDA to design the Schematic & PCB. The Schematic & PCB Board for DWIN LCD Arduino Interfacing looks something like the below.
This is the frame that display sends whenever any button is touched in the display UI. You can check this using by connecting USB-to-TTL Module to DWIN Display pins.
Go back to the homepage again. Click on Servo Control option from the display. In this mode you can select ON/OFF option to turn on or off the Relay Module.