UART TFT LCD is a fully customizable color LCD for users to create their application

Similar documents
Work with Arduino Hardware

USB Driver Installation for Windows XP

Config software for D2 systems USER S MANUAL

Connecting your Omega/BetaPAT PLUS to a PC via a USB

Serial Communications

TCP/IP MODULE CA-ETHR-A INSTALLATION MANUAL

Windows XP.. ELITE Firmware Update procedures.. v1.41

Installation of the USB to RS 485 Converter

User Manual. Thermo Scientific Orion

mybullard Personal Control Panel User Guide

PM1122 INT DIGITAL INTERFACE REMOTE

How to setup a serial Bluetooth adapter Master Guide

MS830 / MS833 Barcode Reader v1.0 9-December-2014

Arduino Lesson 1. Blink

ScanShell.Net Install Guide

User's Guide DylosLogger Software Version 1.6

Bluetooth + USB 16 Servo Controller [RKI-1005 & RKI-1205]

PN532 NFC RFID Module User Guide

Bluetooth to Serial Adapter

Caplio Utility for Windows

32 Transferring Projects and Data

iloq P10S.10/20 Programming device User's Guide

Computer Programming Software Start Guide

Application Note CTAN #374

Nellcor Portable SpO 2 Patient Monitoring System PM10N V1.05 Software Upgrade. Laura DeNuccio February 2015

Installation of USB Virtual COM. Version 1.02

Installing the Gerber P2C Plotter USB Driver

Current Cost Data Cable User Guide. Installing and configuring the data cable

Installing PowerLink on Windows 7 64-bit

BE635 User Manual. Rev. V Bolymin, Inc. All Rights Reserved.

Vicon Flash Upgrade Software

PP8X Printer Driver Installation Instruction

1. SAFETY INFORMATION

SOFTWARE MANUAL. Please ensure that you read the instruction manual carefully before use. About software

RS485 Adapters. User Manual October 26, 2008 V1.02 Copyright Light O Rama, Inc. 2006, 2007, 2008 SC485 USB485B USB485 USB485-ISO

USB232CONV Installation. Version Copyright IFTOOLS GbR

a. If necessary update the Beamage-3.0 s firmware, using the BeamageUpdater (refer to p.7);

16-Port RS232 to USB2.0 High Speed Multi Serial Adapter (w/ Metal Case) Installation Guide

User Manual For software version 1.00

In-System Programmer USER MANUAL RN-ISP-UM RN-WIFLYCR-UM

Vicon Flash Upgrade Software

Using a Laptop Computer with a USB or Serial Port Adapter to Communicate With the Eagle System

[USING THE NM150 WITH ADULTICIDING] July 13, 2015

FN:PCMCSET-M1.DOC. PCMCSET SOFTWARE for ATS Master Clocks System Clocks and Displays

COM Port Stress Test

Connecting Your Windows Mobile Device to Your PC

COBRA 18R2 Wired Reprogramming Instructions

Select Correct USB Driver

Cypress CY7C64225 USB-to-UART Setup Guide Version 1.3

Vmed QUICKSTART PC-DISPLAY INSTALLATION & PC-Display and Bluetooth Instructions

CM HOST CM CardTransporter Fuel Communication and Management Software Software version up to 3.1

1-Port Wireless USB 2.0 Print Server Model # APSUSB201W. Quick Installation Guide. Ver. 2A

USB to Serial Quick Installation Guide

Installing the drivers for the Current Cost Data Cable

1.1 Connection Direct COM port connection. 1. Half duplex RS232 spy cable without handshaking

INTELLIGENT CONTROL MODULE SA-2000-II HARDWARE MANUAL. Access Technologies International, Inc.

FAQ Sprint 3G/4G USB Modem U300

Ash Capture Control User Guide

INTRODUCTION TO SERIAL ARM

SoundLAB Software Download Software from the Bogen website:

Network/Floating License Installation Instructions

Bluetooth Installation

Cart Interface Installation & Control Board Manual for M38 XP and RX Carts and Legacy M39 Carts

MonitorKey USB Driver Installation Instructions

RPLIDAR. Low Cost 360 degree 2D Laser Scanner (LIDAR) System Development Kit User Manual Rev.1

Sending Files to a Social Security Laptop

Mini Amazing Box Update for Windows XP with Microsoft Service Pack 2

JVC Monitor Calibration 2 User's Guide

Advanced Data Capture and Control Systems

Chapter 2 Utility Manager

FX-BTCVT Bluetooth Commissioning Converter Commissioning Guide

Setting up a SQ20xx WIFI and Laptop for a Peer-to-peer (Ad-hoc) connection

Guide to Installing BBL Crystal MIND on Windows 7

Maxtor OneTouch User's Guide

AIM SOFTWARE AND USB DRIVER INSTALLATION PROCEDURE

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: Rev 6

BIT COMMANDER. Serial RS232 / RS485 to Ethernet Converter

How To: Upload a Custom Tune to Your Predator or Trinity PREP:

Centurion PLUS CPC4 Download Guide

FREQUENTLY ASKED QUESTIONS (FAQs) 123Scan 2 Scanner Configuration Utility 19 April 2011

Installation and Operating Instructions Audit Trail Software for 6126/6127/6128/6129 Series

PL2303 USB-to-Serial Controller Android USB Host Solution (How to Connect PL2303 Device to Android Tablets & Phones)

Transferring Scans from your Dolphin into Destiny

Computer Requirements

5inch HDMI LCD User Manual

Installing Global Logger USB Drivers

TouchKit Software User manual for Windows 7 Version:

RS-422/485 Multiport Serial PCI Card. RS-422/485 Multiport Serial PCI Card Installation Guide

Title: ZOLL USB Direct Connect Cable Installation Instructions

Adafruit's Raspberry Pi Lesson 5. Using a Console Cable

The technical aspects of V90 or V92 on two analogue telephone lines (both side PSTN) or a so called a point to point connections.

Table of Contents. 1. Overview Materials Required System Requirements User Mode Installation Instructions..

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Microprocessor Project Laboratory

BMV-602 Data Link Manual

The following items are trademarks or registered trademarks of Kaba Mas in the United States and/or other countries. GITCON

Using the Communication Ports on the DG-700 and DG-500 Digital Pressure Gauges

Schneider OS-Loader usage via Ethernet or USB.

WindO/I-NV2 Utility Pass-Through Tool

Transcription:

UART TFT LCD is a fully customizable color LCD for users to create their application with zero TFT LCD programming. Controlling the LCD is simple and straightforward. It use only UART serial communication from host to control the LCD. The host can be any system, eg. Arduino, PC, Raspberry Pi, microcontroller etc. UART TFT LCD also support advance features like drawing images and bitmap characters directly through UART. Lets follow this quick start guide step by step to get familiar with the LCD. This quickstart guide requires arduino board (UNO, nano, mega etc) and the second part requires a PC with serial port (5V/3.3V TTL) or a USB to serial converter (5V/3.3V TTL) UART TFT LCD Package Content 1. 2.8 UART TFT LCD module 2. 70cm USB2.0 cable 3. 1x8pin 2.54mm dupont cable Downloadable content: Arduino demo application video: http://www.youtube.com/watch?v=7nkoil3vciw Page 1

Arduino Demo application: 1. Copy the UARTLCD folder in the arduino library package to your arduino s libraries folder. 2. Open arduino main application. 3. Select File>Examples>UARTLCD>Demo 4. Select your arduino board and COM port and upload the sketch. Then, connect the LCD to arduino with four wires. 1. Arduino 5V and GND to LCD s 5V and GND 2. Arduino Tx (Pin 1) to LCD s Rx. 3. ARduino Tx (Pin 2) to LCD s Tx Then, supply your arduino with power (either USB or DC jack), the demo application will run and LCD will display the demo application. Whenever the screen is touched, its coordinate (in 8bit) will be displayed in the LCD. Page 2

Uploading images to the LCD s flash: Now, you can try to upload image to the LCD and display it as a splash screen in the demo application. Disconnect the LCD from arduino and plug it into a computer s USB port using a USB cable. After connection, a new hardware UART TFT LCD will be found and install the drivers in the windows driver folder. After the driver is installed, the main application Image loader can be launched. The application requires Microsoft.NET framework 3.5 or above..net framework is already included in Windows Vista and 7. For Windows XP, if you don t have.net framework installed, it can be downloaded here: http://www.microsoft.com/download/en/details.aspx?id=17718 After the software is launched, it will detect the LCD and the connected status will be displayed in the status bar. You can test the LCD by pressing Display text, the text will be displayed on the LCD. Page 3

Now, you can now upload image to the LCD. Press Load image and select a 320x240 image in the images folder in the Image loader folder. Leave the destination address 257. (Remember this destination number, it is used to identify this image when you edit the arduino sketch later). Then press Write. After a while, the image will be written to the LCD s flash. After the image is written, you can test the image to be displayed by double clicking the 257 in the image list. The image just uploaded will be displayed to the LCD Now, you can save the image list information to the device which can be retrieved later by pressing Save imagelist. PS: Do not adjust other settings yet at this moment. It is done and now you can unplug the LCD from the USB port. Now, turn back to your arduino demo application. Uncomment Line 22 and 23 //uartlcd.draw_image(257,0,0); delay(1000); //display splash screen //uartlcd.clr_screen(black); delay(300); //clear screen This two line will load the image at startup as a splash screen at the location 257 and then display it for 1 sec and then clear it for subsequent demo application. Upload Page 4

the sketch and connect the LCD to arduino and power it up. The new sketch will include a splash screen of the image you just upload before the demo application runs. A snap from the arduino demo application: Page 5

The next step of the guide is to control the LCD using PC running in windows. This application can demonstrate some advanced functions of the LCD. To connect the LCD to PC, you need a USB to serial adapter, or a serial port in a PC. Note: A USB to serial adapter with 5V or 3V TTL level, but not 12,+12 RS232 level! Connect 4 wires Tx Rx Power+ and GND. This demo operate in single wire mode. After connection, launch the UART TFT LCD demo application in the UART TFT LCD demo folder. After that, select your COM port, baudrate to 38400, check one wire mode and uncheck enable checksum and press Open. If everything is OK, it will show LCD OK and all the buttons will be enabled. Now, you can check the functions by clicking the button. 1. Clear screen with random color, the LCD will be filled with random color Page 6

2. Draw Text, the text in the text box will be drawn to the LCD 3. Get Touchpad information, This will show the Touch coordinates on the LCD. Press once more to cancel the operation 4. Press TEST, this will show some random numbers to the LCD. When the LCD is touched, the coordinates will be retrieved be the application and displayed in the application window. Press once more to cancel this demo. 5. Press Display image and select a 320x240 in the application s image folder. The image will be drawn directly to the LCD. ( Yes, it is slow, because the baud rate is only 38400). 6. Wait after the image is completely shown, then press display time. This will create a clock. This demonstrate drawing bitmap character to the LCD. (with this, you can display text of any language, fonts, size to the LCD in a much faster rate when compared to drawing a text image). using these information provided). 7. Demo is finished, have Fun! ( The application and the C# driver is open sourced, feel free to create your own application using the LCD Page 7

Snaps from PC demo application: For more functions of the LCD, please see the main user manual. Have fun! UART TFT LCD Quickstart Guide rev.a Copyright coldtears electronics, 2012 Page 8