1. Introduction
This manual provides detailed instructions for the Estardyn 5.5 inch OLED LCD Display Module. This high-resolution 256x64 display is driven by the SSD1322 controller and supports both SPI and 8-bit parallel interfaces, making it suitable for various embedded projects, including those based on Arduino platforms.


2. Specifications
The following table details the technical specifications of the 5.5 inch OLED LCD Display Module:
| Feature | Description |
|---|---|
| Model Number | 5.5 inch OLED LCD Display Module |
| Display Mode | 256*64 |
| Screen Resolution | 256*64 |
| Type | OLED |
| OLED Drive IC | SSD1322 |
| Interface | 8-BIT 68XX/80XX PARALLEL, 3-/4-wire SPI |
| Display Color | Green (other options like Yellow/White may be available) |
| Operating Temperature | -20°C to 70°C |
| Storage Temperature | -30°C to 80°C |
| Viewing Direction | ALL |
| Dimensions (L x W x H) | 159.13mm x 63.8mm x 4.16mm (approximate, refer to drawing for details) |
| Active Area (L x W) | 135.08mm x 33.88mm (approximate, refer to drawing for details) |
For detailed dimensions and pin configurations, please refer to the technical drawing below.

3. Setup and Connection
This OLED module supports both SPI and 8-bit parallel (68XX/80XX) interfaces. Ensure proper wiring according to your chosen interface and microcontroller.
3.1 Pin Definitions
Refer to Figure 3 for the physical layout of the pins. The pin definitions are as follows:
| Pin No. | Symbol | Description |
|---|---|---|
| 1 | GND | Ground |
| 2 | VCC | Power Supply (typically 3.3V or 5V, check specific module requirements) |
| 3-10 | D0-D7 | 8-bit Data Bus (for Parallel Interface) |
| 11 | RD | Read Signal (for Parallel Interface) |
| 12 | WR | Write Signal (for Parallel Interface) |
| 13 | DC | Data/Command Select |
| 14 | CS | Chip Select |
| 15 | RST | Reset Pin |
| 16 | SCL | Serial Clock (for SPI Interface) |
| 17 | SDA | Serial Data (for SPI Interface) |
3.2 Interface Selection
The module typically uses jumpers or solder pads to select between SPI and parallel modes. Consult the specific module's PCB markings or datasheet for configuration details. For SPI, you will primarily use GND, VCC, DC, CS, RST, SCL, and SDA. For 8-bit parallel, you will use GND, VCC, D0-D7, RD, WR, DC, CS, and RST.
3.3 Power Supply
Connect VCC to your microcontroller's power supply (e.g., 3.3V or 5V) and GND to ground. Ensure your power supply can provide sufficient current for the display.
3.4 Initializing the Display
After wiring, you will need to initialize the SSD1322 controller via your microcontroller's code. Libraries for Arduino and other platforms are commonly available for SSD1322-based OLED displays, simplifying the process.
4. Operating the Display
Once connected and initialized, you can begin displaying graphics and text on the OLED module. The SSD1322 controller supports a rich set of commands for drawing pixels, lines, rectangles, and characters.
- Graphics Libraries: Utilize existing graphics libraries (e.g., Adafruit GFX Library for Arduino) that support the SSD1322 controller to simplify drawing operations.
- Coordinate System: The display typically uses a coordinate system where (0,0) is the top-left corner.
- Pixel Control: Individual pixels can be turned on or off, and their brightness can be controlled (if supported by the controller and library).
- Text Display: Most libraries include functions for displaying text using various fonts.

5. Maintenance
The Estardyn OLED display module is a robust electronic component, but proper care ensures its longevity and optimal performance.
- Cleaning: Use a soft, dry, lint-free cloth to gently wipe the display surface. Avoid abrasive materials or harsh chemical cleaners.
- Handling: Always handle the module by its edges or PCB to avoid touching the display area or sensitive components. Static electricity can damage electronic components, so use anti-static precautions when handling.
- Storage: Store the module in a cool, dry environment within the specified storage temperature range (-30°C to 80°C). Keep it away from direct sunlight and excessive humidity.
- Power Cycling: Avoid frequent or rapid power cycling, which can stress electronic components.
6. Troubleshooting
If you encounter issues with your OLED display module, consider the following troubleshooting steps:
- No Display/Blank Screen:
- Verify power connections (VCC and GND) are correct and stable.
- Check all data and control line connections for continuity and correct pin assignment.
- Ensure the display is properly initialized in your code (e.g., correct SSD1322 commands, correct interface mode selected).
- Confirm the power supply voltage is within the module's operating range.
- Garbled or Incorrect Display:
- Double-check your interface selection (SPI vs. Parallel) and ensure your code matches the hardware configuration.
- Verify the data format and timing in your code match the SSD1322 datasheet.
- Ensure your graphics library is correctly configured for a 256x64 SSD1322 OLED.
- Partial Display or Missing Pixels:
- Inspect the flexible flat cable (FFC) connection to the display panel for any damage or misalignment.
- Check for any physical damage to the OLED panel itself.
- Display Not Responding:
- Ensure the RST (Reset) pin is correctly toggled during initialization.
- Check if the CS (Chip Select) pin is correctly asserted for communication.
7. User Tips
While no specific user reviews or Q&A were provided for this product, here are some general tips for working with OLED display modules:
- Start with Examples: Always begin with known working example code for SSD1322 displays and your chosen microcontroller platform (e.g., Arduino examples). This helps verify hardware connections before custom code development.
- Power Considerations: Ensure your power supply is stable and provides adequate current. OLEDs can draw significant current, especially when many pixels are lit.
- Burn-in Prevention: OLED displays can be susceptible to "burn-in" if static images are displayed for very long periods. Consider implementing screen savers or periodically shifting content to prolong display life.
- ESD Protection: Always use proper Electrostatic Discharge (ESD) precautions when handling the module to prevent damage to sensitive components.
8. Warranty and Support
For warranty information, technical support, or further assistance, please contact the seller or manufacturer directly. Keep your purchase records handy when seeking support.