0% found this document useful (0 votes)
208 views

5V-3.3V Power Conversion Circuit Level Conversion Circuit, Directly Inserted Into The Circuit

This document provides an overview of the ADP03 LCD module. The ADP03 is a 2.8-inch TFT LCD with a resolution of 240x320 pixels. It includes a power conversion circuit and level shifter to interface directly with an Arduino board. The module has an SD card socket and is compatible with the Arduino UNO and Mega2560. It can display graphics, text and SD card contents.

Uploaded by

George
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
208 views

5V-3.3V Power Conversion Circuit Level Conversion Circuit, Directly Inserted Into The Circuit

This document provides an overview of the ADP03 LCD module. The ADP03 is a 2.8-inch TFT LCD with a resolution of 240x320 pixels. It includes a power conversion circuit and level shifter to interface directly with an Arduino board. The module has an SD card socket and is compatible with the Arduino UNO and Mega2560. It can display graphics, text and SD card contents.

Uploaded by

George
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

ADP03

Overview
ADP03 module is 2.8" TFT LCD with 262K color 240x 320 resolutions.
The controller of this LCD module is UC8230s, it supports 8-wires DataBus interface.
Moreover, this module includes the 5V-3.3V power conversion circuit and Level
conversion circuit, This Module can Directly inserted into the Arduino UNO and
Mega2560 Board ,it also includes the Micro SD-card socket circuit.

Features
 Support Arduino UNO&Mega2560 Directly inserted
 With 240X320 Resolution TFT panel
 OnBorad level conversion chip for 5V/3.3V MCU
 Compatible with 3.3/5V operation voltage level
 Compatible with Arduino-Series development Board.
 Compatible with UTFT etc. Library for arduino.
 provided 10-examples for Arduino ,and examples for STM32. 
 With SD Card Socket

Specifications
Item Description
Display Type 2.8 inch a-si TFT LCD Module
Glass Type TFT
Display Resolution 240XRGBX320 Pixels
Back light 4 chip HighLight white LEDs
Control IC UC8230s
Interface 8 Bit parallel interface
PCB Module size 78.22mmX52.7mm
LCD Area(WxHxT) 50mmX69.2mmX2.5mm
Active Area(WxH) 43.2mmX57.6mm
Module weight TDB

1/4

Email: [email protected] Web: www.smraza.com ---Designed by Smraza


Electrical Characteristics

Specification Min Type Max Unit


Power Voltage(VDD/VCC) 3.3 5 5.5 VDC
MCU Voltage = 3.3V 3 3.3 3.6
IO Pins Voltage V
MCU Voltage = 5V 4.5 5 5.5
BackLight Voltage 2.8 3.2 3.3 V
Current Consumption - 120 - mA

Hardware
LCD Pins instruction
LCD_RST Reset Signal
LCD_CS Chip Sellect
LCD_RS Command/Data Sellect
LCD_WR Write Signal
LCD_RD Read Signal
GND Power GND
5V Power VCC
3V3 No Connected
LCD_D0 LCD Data Bit0
LCD_D1 LCD Data Bit1
LCD_D2 LCD Data Bit2
LCD_D3 LCD Data Bit3
LCD_D4 LCD Data Bit4
LCD_D5 LCD Data Bit5
LCD_D6 LCD Data Bit6
LCD_D7 LCD Data Bit7
SD_SS SD-card Chip Sellect Signal
SD_DI SD-card SPI Bus MOSI Signal
SD_DO SD-card SPI Bus MISO Signal
SD_SCK SD-card SPI Bus SCLK Signal

2/4

Email: [email protected] Web: www.smraza.com ---Designed by Smraza


Module Structure

How to Connect with C51&STM32


LCD Pins STM32F103RCT6 Pins STC12LE5A60S2 Pins instruction
LCD_RST PC5 P3.3 Reset Signal
LCD_CS PC9 P1.3 Chip Sellect
LCD_RS PC8 P1.2 Command/Data Sellect
LCD_WR PC7 P1.1 Write Signal
LCD_RD PC6 P1.0 Read Signal
GND GND GND Power GND
5V 5V 5V Power VCC
3V3 3.3V/NC 3.3V/NC No Connected
LCD_D0 PB0 P2.0 LCD Data Bit0
LCD_D1 PB1 P2.1 LCD Data Bit1
LCD_D2 PB2 P2.2 LCD Data Bit2
LCD_D3 PB3 P2.3 LCD Data Bit3
LCD_D4 PB4 P2.4 LCD Data Bit4
LCD_D5 PB5 P2.5 LCD Data Bit5
LCD_D6 PB6 P2.6 LCD Data Bit6
LCD_D7 PB7 P2.7 LCD Data Bit7
SD_SS NC NC No Connected
SD_DI NC NC No Connected
SD_DO NC NC No Connected
SD_SCK NC NC No Connected
P.S.
1) Touch function is not supported with C51&STM32 Test code.

3/4

Email: [email protected] Web: www.smraza.com ---Designed by Smraza


How to Connect with UNO&Mega2560
LCD Pins Arduino UNO&2560 Pins instruction
LCD_RST A4 Reset Signal
LCD_CS A3 Chip Sellect
LCD_RS A2 Command/Data Sellect
LCD_WR A1 Write Signal
LCD_RD A0 Read Signal
GND GND Power GND
5V 5V Power VCC
3V3 3.3V/NC No Connected
LCD_D0 8 LCD Data Bit0
LCD_D1 9 LCD Data Bit1
LCD_D2 2 LCD Data Bit2
LCD_D3 3 LCD Data Bit3
LCD_D4 4 LCD Data Bit4
LCD_D5 5 LCD Data Bit5
LCD_D6 6 LCD Data Bit6
LCD_D7 7 LCD Data Bit7
SD_SS 10 SD-card Chip Sellect signal
SD_DI 11 SD-card SPI Bus MOSI Signal
SD_DO 12 SD-card SPI Bus MISO Signal
SD_SCK 13 SD-card SPI Bus SCLK Signal
Arduino code instruction:
1)Firstly,copy the Library floder "..\Arduino Demo_UNO&Mega2560\Install libraries" to your Arduino IDE install
Library path.
2)insert your LCD onto Arduino Board,pins to pins.
3)Power on,use the Example01~ Example10 for test.
4)the “Example05-ShowBMP” and “SDCard Exten Examples” need a SD-Card,and it only support UNO Board.

Revision History
Rev. Description Release date
V1.0 Initial version 2015/8/25
V1.1 Correction. 2016/9/15

4/4

Email: [email protected] Web: www.smraza.com ---Designed by Smraza

You might also like