SZYTF LCD MODULE

SZYTF IPS TFT LCD OLED Display Module User Manual

Models: 0.96, 1.14, 1.28, 1.3, 1.54, 1.69, 1.9, 2.0 inch IPS TFT LCD OLED Display Modules

Introduction

This manual provides comprehensive instructions for the SZYTF IPS TFT LCD OLED Display Modules. These modules are designed for integration with microcontrollers like Arduino, Raspberry Pi, and STM, offering vibrant color displays for various projects. They feature IPS full viewing angle panels, support 65K color display, and utilize a 4-wire SPI serial bus for efficient communication.

Overview of various SZYTF IPS TFT LCD OLED Display Modules
Figure 1: Overview of SZYTF IPS TFT LCD OLED Display Modules in various sizes.

Video 1: Product overview and demonstration of SZYTF display modules.

Setup Instructions

These display modules are designed for easy integration using a 4-wire SPI serial bus. Only a few I/O pins are required to illuminate the display. Ensure your microcontroller operates at 3.3V logic levels, or use appropriate level shifters if your microcontroller uses 5V.

Pinout Diagram and Connections:

The modules typically feature the following pins for connection to your microcontroller:

  • GND: Ground connection.
  • VCC: Power supply input (typically 3.3V).
  • SCL: Serial Clock pin for SPI communication.
  • SDA: Serial Data (MOSI) pin for SPI communication.
  • RES: Reset pin.
  • DC: Data/Command selection pin.
  • CS: Chip Select pin.
  • BLK: Backlight control pin (optional, can be connected to VCC for always-on backlight).
1.3-inch IPS display module pinout and dimensions
Figure 2: Example pinout and dimensions for the 1.3-inch IPS display module (SKU: MSP1308).
1.9-inch IPS module pinout and dimensions
Figure 3: Example pinout for the 1.9-inch IPS module.

Connect these pins to the corresponding SPI and GPIO pins on your microcontroller. Refer to your microcontroller's documentation for specific pin assignments.

Software Setup:

These modules require specific libraries and sample programs for operation. The manufacturer provides rich sample programs for Arduino, STM32, C51, and MSP430 platforms. Additionally, low-level driver technical support is available.

  1. Download the appropriate libraries and sample code for your microcontroller platform (e.g., Adafruit GFX Library and Adafruit ST7735/ST7789 Library for Arduino).
  2. Install the libraries in your IDE (e.g., Arduino IDE).
  3. Load a sample program to test the display functionality. Modify the pin definitions in the code to match your physical connections.

Operating Instructions

Once connected and programmed, the display module will execute the loaded code to show graphics, text, or images. The 4-wire SPI interface allows for fast data transfer, enabling dynamic content updates.

Display Features:

  • IPS Full Viewing Angle: Provides clear and consistent images from wide viewing angles.
  • RGB 65K Multicolour: Capable of displaying a rich spectrum of 65,536 colors.
  • High Resolution: Resolutions vary by module size, offering crisp visuals.
  • 4-wire SPI Interface: Efficient communication protocol requiring minimal I/O pins.
IPS series display features
Figure 4: Key features of the IPS series display modules.

To operate the display, you will typically use functions provided by the display library to draw pixels, lines, shapes, text, and images. Consult the library documentation for specific API calls and examples.

Maintenance

To ensure the longevity and optimal performance of your display module, follow these maintenance guidelines:

  • Cleaning: Gently wipe the display surface with a soft, lint-free cloth. For stubborn smudges, slightly dampen the cloth with distilled water or a specialized screen cleaner. Avoid harsh chemicals or abrasive materials.
  • Handling: Always handle the module by its edges or PCB to avoid touching the display surface or delicate flex cables. Static electricity can damage electronic components, so use anti-static precautions when handling.
  • Storage: Store the module in a dry, dust-free environment within the recommended storage temperature range of -20°C to 70°C.
  • Power: Ensure the power supply voltage (VCC) does not exceed 3.3V to prevent damage to the display and driver IC.

Troubleshooting

Display is blank or shows no image:
  • Verify all power connections (VCC, GND) are correct and stable.
  • Check SPI connections (SCL, SDA, CS, DC, RES) for continuity and correct pin assignment.
  • Ensure the backlight (BLK) pin is connected, typically to VCC for constant illumination, or controlled by a GPIO pin.
  • Confirm that the correct display library is installed and initialized in your code.
  • Check for any error messages in your microcontroller's serial monitor.
  • Ensure the VCC power voltage is 3.3V.
Image is distorted or flickering:
  • Check for loose connections, especially the flex cable connecting the display to the PCB.
  • Ensure your SPI clock speed is not too high for your microcontroller or display module.
  • Verify that the correct driver IC (e.g., ST7789, GC9A01, ST7735S) is selected in your software.
  • Ensure sufficient power supply current for the display, especially during dynamic content changes.
Display module is not recognized by the microcontroller:
  • Double-check all wiring against the pinout diagram.
  • Confirm that the microcontroller's SPI peripheral is correctly configured.
  • Ensure the Chip Select (CS) pin is correctly toggled by your software.

Specifications

The SZYTF IPS TFT LCD OLED Display Modules come in various sizes, each with specific characteristics. Below is a consolidated table of common and size-specific parameters.

ParameterDescription / Value
Brand NameSZYTF
TypeGraphic LCD Module
Display ColorRGB 65K multicolour
Panel MaterialIPS full view (ultra wide viewing angle)
Display Interface4-wire SPI
VCC Power Voltage3.3V
Operating Temperature-10°C ~ 60°C
Storage Temperature-20°C ~ 70°C
Touch Screen TypeNo touch screen, no touch IC
CustomizationYes

Size-Specific Specifications:

Screen SizeResolutionDriver ICEffective Display Area (mm)Module Dimensions (mm)Weight (g)
0.96 inch (MSP0961)80x160ST7735S10.80 x 21.7030.00 x 24.048
1.14 inch (MSP1141)135x240ST7789V14.86 x 24.9130.40 x 28.007
1.28 inch (MSP1281)240x240 (Round)GC9A01Diameter: 32.4038.03 x 45.8011
1.3 inch (MSP1308)240x240ST778923.40 x 23.4039.22 x 27.789
1.54 inch (MSP1541)240x240ST778927.72 x 27.7232.00 x 43.7210
1.69 inch (MSP1691)240x280ST778927.972 x 32.63431.00 x 48.0011
1.9 inch (MSP1901)170x320ST778922.695 x 42.7229.00 x 62.0013
2.0 inch (MSP2008)240x320ST778930.60 x 40.8036.48 x 61.1218
Dimensions of various IPS display modules
Figure 5: Dimensional drawings for various IPS display modules.

User Tips

  • Avoid Modification: The display modules are integrated units. It is not recommended to detach the display from its PCB or modify the flat cable, as this can lead to damage and void any potential support.
  • Start with Examples: Always begin with the provided sample programs to verify basic functionality before attempting to integrate the display into complex projects.
  • Power Supply Stability: Ensure your power supply is stable and can provide sufficient current, especially for larger displays or when the backlight is at full brightness.
  • Check Logic Levels: Confirm that your microcontroller's logic levels are compatible (3.3V) with the display module to prevent damage. Use level shifters if necessary.

Warranty and Support

For technical support, driver assistance, or sample programs, please refer to the official SZYTF resources or contact the seller directly. Specific warranty details may vary; please consult your purchase documentation for information regarding returns or defects.

Documents - SZYTF – LCD MODULE

no relevant documents

Ask a question about this manual

Ask about setup, troubleshooting, compatibility, parts, safety, or missing instructions. Manuals+ will review the question and use this page’s manual context to help answer it.