waveshare 1.54inch OLED Display Module (SSD1309)

Waveshare 1.54-inch OLED Display Module User Manual

Model: 1.54inch OLED Display Module (SSD1309)

1. Produttu Finituview

The Waveshare 1.54-inch OLED Display Module is a compact, high-contrast display solution featuring a 128 × 64 pixel resolution. It integrates the SSD1309 driver chip and supports both 4-wire SPI and I2C communication interfaces, offering broad compatibility with various microcontrollers and development boards such as Raspberry Pi, Arduino, STM32, ESP32, and Jetson Nano. This module is designed for embedded applications requiring a clear, efficient visual output.

Waveshare 1.54-inch OLED Display Module showing its features and specifications

Image 1.1: Overview of the 1.54-inch OLED Display Module highlighting its features and specifications.

2. Funzioni chjave

  • Tipu di visualizazione: 1.54-inch OLED with 128 × 64 pixel resolution.
  • Chip di u driver: Embedded SSD1309 for efficient display control.
  • Interfacce di cumunicazione: Supports both 4-wire SPI and I2C for flexible integration.
  • Voltage Compatibilità: À bordu voltage translator ensures compatibility with 3.3V and 5V MCUs.
  • Ampia cumpatibilità: Designed for use with Raspberry Pi, Arduino, STM32, ESP32, Jetson Nano, and similar platforms.
  • Colore di visualizazione: Blue display color.
Waveshare 1.54-inch OLED Display Module with blue display

Image 2.1: The 1.54-inch OLED Display Module with its blue display.

3. Specificazioni

Parametru Valore
Voltage 3.3V / 5V
Display Panel OLED
Interfaccia di cumunicazione 4-wire SPI / I2C
Driver SSD1309
Risoluzione 128 × 64 pixel
Dimensione Pixel 0.25 × 0.25 mm
Size Display 35.05 × 17.52 mm
Size Module 43.00 × 37.50 mm
Dimensioni di u pacchettu 1.69 x 1.45 x 0.19 inch
Pesu di l'articulu 0.32 once

4. Pinout Description

The module features a 7-pin header for power and communication. Understanding each pin's function is crucial for proper integration.

Pin Descrizzione
VCC Power Input (3.3V / 5V)
GND Terra di Potenza
DIN Data Input (MOSI for SPI, SDA for I2C)
CLK Clock Signal Input (SCK for SPI, SCL for I2C)
CS Chip Select, low active (SPI only)
DC Data/Command selection (High for data, Low for command)
RST Reset, bassa attiva
Control Interface of the 1.54-inch OLED Display Module showing pin labels

Image 4.1: Pinout diagram for the OLED Display Module.

5. Setup è Connection

5.1 Guida generale di cunnessione

  • Ensure your microcontroller operates at 3.3V or 5V, compatible with the module's voltage traduttore.
  • Connect VCC to the power supply (3.3V or 5V) and GND to the ground of your microcontroller.
  • Choose either SPI or I2C communication mode based on your project requirements and microcontroller capabilities.
  • Refer to the specific wiring diagrams for your chosen development board.

5.2 Connecting with Raspberry Pi (SPI Interface)

To connect the OLED module to a Raspberry Pi using the SPI interface, follow the pin connections below. Ensure your Raspberry Pi's SPI interface is enabled.

  • VCC → Raspberry Pi 3.3V/5V
  • GND → Raspberry Pi GND
  • DIN → Raspberry Pi MOSI (GPIO 10 / Pin 19)
  • CLK → Raspberry Pi SCLK (GPIO 11 / Pin 23)
  • CS → Raspberry Pi CE0 (GPIO 8 / Pin 24)
  • DC → Raspberry Pi GPIO 25 (Pin 22)
  • RST → Raspberry Pi GPIO 27 (Pin 13)
Wiring diagram for connecting the OLED module to a Raspberry Pi via SPI

Image 5.1: SPI connection diagram for Raspberry Pi.

5.3 Connecting with Arduino Board (SPI Interface)

For Arduino boards, connect the OLED module using the SPI interface as follows:

  • VCC → Arduino 5V
  • GND → Arduino GND
  • DIN → Arduino MOSI (Pin 11 for Uno/Nano, Pin 51 for Mega)
  • CLK → Arduino SCK (Pin 13 for Uno/Nano, Pin 52 for Mega)
  • CS → Arduino Digital Pin (e.g., Pin 10)
  • DC → Arduino Digital Pin (e.g., Pin 9)
  • RST → Arduino Digital Pin (e.g., Pin 8)
Wiring diagram for connecting the OLED module to an Arduino board via SPI

Image 5.2: SPI connection diagram for Arduino.

6. Operating Instructions

After successful physical connection, the module requires software configuration to display content. Waveshare provides example code and libraries for various platforms.

6.1 Configurazione di u Software

  1. Installà e biblioteche: Download and install the appropriate SSD1309 OLED display library for your chosen development environment (e.g., Adafruit SSD1306 library for Arduino, or specific Waveshare libraries for Raspberry Pi/Python).
  2. Configure Pins: In your code, define the GPIO pins connected to the OLED module's CS, DC, and RST pins according to your wiring.
  3. Initialize Display: Use the library functions to initialize the SSD1309 driver. This typically involves setting the display resolution and communication protocol (SPI or I2C).
  4. Mostra u cuntenutu: Utilize the library's drawing functions to display text, graphics, or images on the OLED screen. Remember to call a display update function (e.g., display.display()) to push changes to the screen.

6.2 Selezzione Mode di cumunicazione

The module supports both SPI and I2C. The default mode is typically SPI. If you intend to use I2C, you may need to adjust onboard jumpers or solder pads, if available, and ensure your software is configured for I2C communication (SDA for DIN, SCL for CLK, and CS/DC/RST might be tied to specific states or not used depending on the library).

7. Mantenimentu

  • Trattamentu: Handle the module by its edges to avoid touching the display surface or electronic components.
  • Pulizia: If necessary, gently clean the display surface with a soft, lint-free cloth. Avoid abrasive materials or harsh chemicals.
  • Conservazione: Store the module in a dry, anti-static environment, away from direct sunlight and extreme temperatures.
  • Alimentazione elettrica: Assicuratevi sempre u vulume di l'alimentazionetage is within the specified 3.3V-5V range to prevent damage.

8. Risoluzione di prublemi

  • L'écran non s'illumine :
    • Check power connections (VCC, GND) and ensure correct voltage.
    • Verify all communication pins (DIN, CLK, CS, DC, RST) are correctly wired.
    • Confirm that the display initialization code is running without errors.
    • Ensure the correct communication protocol (SPI/I2C) is selected in both hardware and software.
  • Garbled or Incorrect Display:
    • Check for loose connections or incorrect pin assignments in your code.
    • Ensure the correct display resolution (128x64) is set in the software library.
    • Verify that the correct SSD1309 driver is being used by the library.
  • Nisuna cumunicazione:
    • Double-check all wiring, especially for DIN, CLK, CS, DC, and RST.
    • Ensure the communication interface (SPI or I2C) is enabled on your microcontroller.
    • Test with known working example code provided by Waveshare or the library developer.

9. Dimensioni di u contornu

The physical dimensions of the module are important for integration into custom enclosures or projects.

Diagram showing the outline dimensions of the 1.54-inch OLED Display Module in millimeters

Image 9.1: Outline dimensions of the module (Unit: mm).

10. Online Resources and Support

For detailed development resources, example code, and further technical documentation, please visit the official Waveshare online tutorial page:

Waveshare 1.54inch OLED Module Online Tutorial

This resource provides examples for Raspberry Pi, Arduino, STM32, ESP32, and Jetson Nano, which are essential for getting started with your module.

Documenti cunnessi - 1.54inch OLED Display Module (SSD1309)

Preview Manuale d'usu è guida tecnica di Waveshare 2.13inch e-Paper HAT (B)
Guida cumpleta per u Waveshare 2.13inch e-Paper HAT (B), chì copre e cunnessione hardware, a cunfigurazione di u software, i principii di prugrammazione è a risoluzione di i prublemi per Raspberry Pi, Arduino, Jetson Nano è STM32.
Preview 0.91inch OLED Module User Manual - Waveshare
User manual for the Waveshare 0.91inch OLED Module (128x32 pixels) with SSD1306 controller. Covers overview, features, pinout, I2C communication, and demo code for STM32, Raspberry Pi (BCM2835, WiringPi, Python), and Arduino.
Preview Manuale di u modulu di carta elettronica Waveshare 2.66 pollici
Guida cumpleta per l'utente di u modulu e-Paper Waveshare di 2.66 pollici, chì detalla e so caratteristiche, specifiche, timing SPI, protocolu di travagliu, precauzioni è guide d'integrazione per e piattaforme Raspberry Pi, Jetson Nano, STM32 è Arduino, cumprese descrizzioni API è FAQ.
Preview Manuale d'usu è guida di Waveshare E-Paper HAT da 7.5 pollici
Stu manuale d'usu cumpletu furnisce infurmazioni dettagliate nantu à u Waveshare E-Paper HAT (V1/V2) di 7.5 pollici, un modulu di visualizazione cù una risoluzione di 800x480 chì utilizza a tecnulugia di visualizazione elettroforetica microincapsulata. Copre e cunnessione hardware, a cumunicazione SPI, i principii di funziunamentu è l'integrazione cù Raspberry Pi, Arduino, Jetson Nano, Sunrise X3 Pi, STM32, ESP32 è ESP8266. Precauzioni essenziali, risorse è FAQ sò incluse per un usu ottimale.
Preview Modulu di telecamera termica MLX90640-D110 - Scheda tecnica, specifiche è guida
Specifiche tecniche dettagliate, caratteristiche è guida d'usu per u modulu di telecamera termica IR 32x24 Waveshare MLX90640-D110. Include dettagli di l'interfaccia I2C, cunnessione hardware per Raspberry Pi, STM32, ESP32 è FAQ.
Preview 0.96-inch OLED User Manual - Waveshare
Comprehensive user manual for the Waveshare 0.96-inch OLED display module (SSD1306). Covers SPI/I2C interfaces, hardware/software setup, and key parameters for embedded projects.