Shenzhen Saef Technology Ltd.
                                                                                                           
Verified Supplier
19 Years
Since 2007
Menu

Portrait 1.77 Inch TFT LCD Display SPI 128x160 ST7735 Driver Touch Screen Optional, TFT LCD 1.77 Inch

Price Negotiable
Price: Negotiable based on order lot quantity
MOQ: 3 pcs
Delivery Time: 3-5 weeks
Brand: SAEF
Product Description

Portrait 1.77 Inch TFT LCD Display SPI 128x160 ST7735 Driver Touch Screen Optional, TFT LCD 1.77 Inch Product Description
 
SFTO177DG-7062A-N is a 1.77 inch portrait mode TFT LCD module with 128x160 dot resolution. It supports mpu 8 bit interface, widely use in handheld devices, medical devices, and some other small size consumer electronics. SFTO177DG-7062A-N​ FT LCD module is built-in with ST7735 IC ( compitable with ILI9163V IC). supply voltage for analog (Vcc) range from 2.6V to 3.3V, typical value 2.8V. This module is having anti-glare surface panel, view direction 12 o'clock, gray scale inversion 6 o'clock.

SF-TS177H-8784A-N module is a Portrait mode TFT-LCD and it's available as well for resistive touch screen option whose part no. SFTO177DG-7062A-T. The working temperatures is from -20°C to +70°C; its storage temperatures range from -30°C to +80°C.

 

Product: 1.77 Inch TFT Display Resolution: 128x160
Touch Screen: Optioinal Cover Glass Dimension: Customizable
Viewing Direction: 12:00 Interface: SPI
Pin Number: 14 Pins Connection: Soldering
Surface Luminance: 200 Cd/m2 LED Lifetime: 40,000 Hours
Operating Temp.: -20°C To +70°C Storage Temp.: -30°C To +80°C
Certificate: ISO9001:2015 / ISO1400:2015 Compliance: REACH & RoHS Compliant


FAQ:
Q1. Can I have a sample order?
A: Yes, we welcome sample order to test and check quality. Mixed samples of different item numbers are acceptable.
Q2. What about the lead time?
A: For off-shelf products, in-stock samples immediately. 1-1.5 wks for sample remaking. 4-6 wks for mass production. For design-in products, 2-3 days for counter drawing proposal; 2 wks for sample making at drawing approval; 5-6 wks for trial-run/mass production at sample approval.
Q3. Do you have any MOQ limit for sample and production order?
A: Low MOQ. 3-5pcs for sample checking is available. Mass production MOQ is normally 1K/lot. We support qty lower than MP MOQ for trail-run/PP-run order.
Q4. How do you ship the goods and how long does it take to arrive?
A: Ship by DHL, UPS, FedEx or TNT. It takes 5-7 days to arrive. Airline and sea shipping also optional.
Q5. How to proceed an order for LCD module?
A: Firstly let us know your requirements or application.
Secondly We quote according to your requirements or our suggestions.
Thirdly customer confirms the samples and places deposit for formal order.
Fourthly We arrange the production.
Q6. Is it OK to print my logo on the LCD product?
A: Yes. Please inform us formally in design stage, and we will make samples with your logo for your sample test and approval. At sample approval, the mass production will follow the approved samples.
Q7: Do you offer guarantee for the products?
A: Yes, we offer 1 year warranty to our products.
Q8: How to deal with the faulty?
A: Firstly, Our products are produced in strict quality control system and the defective rate will be less than 0.2%.
Secondly, during the guarantee period, we will send new lcds with new order for small quantity. For defective batch products, we will repair them and resend them to you or we can discuss the solution including re-call according to real situation.

 

Portrait 1.77 Inch TFT LCD Display SPI 128x160 ST7735 Driver Touch Screen Optional, TFT LCD 1.77 Inch Product Drawing

Pin Description

1 NC    NC

2 GND    System ground

3 BL_K    Backlight LED Cathode.

4 BL_A    Backlight LED Athode.

5 GND    System ground

6 RESET    Reset Signal pin (“Low” is enable)

7 RS    Data or command select pin. “H”: Date, “L”:Command.

8 SDA    Serial data input/output PIN

9 SCK    Serial interface Clock input

10 IOVCC    Power supply(1.8)

11 VCC    Power supply(2.8)

12 CS     Chip Selected (“Low” is enable)

13 GND    System ground

14 NC    NC

 

Initial code:

//ST7735S+HSD177
WriteComm(0x11); //Sleep out
Delay(120); //Delay 120ms
//------------------------------------ST7735S Frame Rate-----------------------------------------//
WriteComm(0xB1);
WriteData(0x05);
WriteData(0x3A);
WriteData(0x3A);
WriteComm(0xB2);
WriteData(0x05);
WriteData(0x3A);
WriteData(0x3A);
WriteComm(0xB3);
WriteData(0x05);
WriteData(0x3A);
WriteData(0x3A);
WriteData(0x05);
WriteData(0x3A);
WriteData(0x3A);
//------------------------------------End ST7735S Frame Rate-----------------------------------------//
WriteComm(0xB4); //Dot inversion
WriteData(0x03);
WriteComm(0xC0);
WriteData(0x62);
WriteData(0x02);
WriteData(0x04);
WriteComm(0xC1);
WriteData(0XC0);
WriteComm(0xC2);
WriteData(0x0D);
WriteData(0x00);
WriteComm(0xC3);
WriteData(0x8D);
WriteData(0xEA);
WriteComm(0xC4);
WriteData(0x8D);
WriteData(0xEE);
//---------------------------------End ST7735S Power Sequence-------------------------------------//
WriteComm(0xC5); //VCOM
WriteData(0x0D);
WriteComm(0x36); //MX, MY, RGB mode
WriteData(0xC8);
//------------------------------------ST7735S Gamma Sequence-----------------------------------------//
WriteComm(0xE0);
WriteData(0x0A);
WriteData(0x1F);
WriteData(0x0E);
WriteData(0x17);
WriteData(0x37);
WriteData(0x31);
WriteData(0x2B);
WriteData(0x2E);
WriteData(0x2C);
WriteData(0x29);
WriteData(0x31);
WriteData(0x3C);
WriteData(0x00);
WriteData(0x05);
WriteData(0x03);
WriteData(0x0D);
WriteComm(0xE1);
WriteData(0x0B);
WriteData(0x1F);
WriteData(0x0E);
WriteData(0x12);
WriteData(0x28);
WriteData(0x24);
WriteData(0x1F);
WriteData(0x25);
WriteData(0x25);
WriteData(0x26);
WriteData(0x30);
WriteData(0x3C);
WriteData(0x00);
WriteData(0x05);
WriteData(0x03);
WriteData(0x0D);
//------------------------------------End ST7735S Gamma Sequence-----------------------------------------//
WriteComm(0x3A); //65k mode
WriteData(0x05);
WriteComm(0x29); //Display on

Portrait 1.77 Inch TFT LCD Display SPI 128x160 ST7735 Driver Touch Screen Optional, TFT LCD 1.77 Inch Product Image

 
Factory Facilities and Certification


 
 
Portrait 1.77 Inch TFT LCD Display SPI 128x160 ST7735 Driver Touch Screen Optional, for TFT LCD 1.77 Inch more information, pls send enquiry to sales2@saef.com.cn or ck@saef.com.cn
 
Search keyword: tft 1.77", 1.8 tft lcd, 1.8" tft lcd, 1.8 inch tft lcd, tft lcd 1.77, 1.77 tft display, 1.77" tft display, 1.77 inch tft display, tft display 1.8 inch, tft display 1.8", 1.8 inch tft lcd display

Get in Touch

Have questions about our products or want to discuss a custom order? Our team is ready to help you.

Company Shenzhen Saef Technology Ltd.
Location 3 FL., Building 25, Yuan Yi Yuan Industrial Park, QianJin Rd, XiXiang, Bao'An, ShenZhen, China
Contact Person Vicki Zheng

Request A Quote

Please check your email address.
Your message must be at least 20 characters.