waveshare Pico-ePaper-2.13

Waveshare 2.13-inch E-Paper Display Module for Raspberry Pi Pico User Manual

Model: Pico-ePaper-2.13

1. Úvod

This manual provides detailed instructions for the Waveshare 2.13-inch E-Paper E-Ink Display Module (Model: Pico-ePaper-2.13). This module is designed for use with the Raspberry Pi Pico, offering a low-power, partial refresh display solution. E-paper displays are known for their paper-like effect and ability to retain content without continuous power.

Waveshare 2.13-inch E-Paper Display Module showing time and weather

Figure 1: Waveshare 2.13-inch E-Paper Display Module displaying example obsah.

2. Kľúčové vlastnosti

  • Bez podsvietenia: The display retains its content indefinitely without power, making it highly energy-efficient.
  • Ultranízka spotreba energie: Power is primarily required only during content refresh cycles.
  • Rozhranie SPI: Utilizes a Serial Peripheral Interface, requiring minimal I/O pins for communication.
  • Vývojové zdroje: Includes comprehensive development resources and a manual with Raspberry Pi Pico C/C++ and MicroPython examples.
  • Direct Raspberry Pi Pico Attachment: Features an onboard female pin header for direct connection to a Raspberry Pi Pico.
Diagram showing features and specifications of the 2.13-inch e-paper module

Obrázok 2: Koniecview of the 2.13-inch E-Paper Module's features and specifications.

3. Technické špecifikácie

FunkciaHodnota
Prevádzkový zvtage3.3 V
Šedá stupnica2
Rozhranie3-vodičové SPI, 4-vodičové SPI
Partial Refresh Time0.3-te roky
Obrysové rozmery65.00 × 30.50 mm
Full Refresh Time2s
Veľkosť displeja48.55 × 23.70 mm
Refresh Power26.4 mW (typ.)
Rozteč bodov0.194 × 0.194 mm
Pohotovostný prúd<0.01uA (almost none)
Rozlíšenie250 × 122 pixelov
Viewing uhol>170°
Farba displejaČierna, biela
Detailed specifications table for the Waveshare 2.13-inch e-paper module

Figure 3: Detailed technical specifications of the E-Paper module.

Outline dimensions of the Waveshare 2.13-inch e-paper module

Figure 4: Outline dimensions of the 2.13-inch E-Paper module in millimeters.

4. Nastavenie a pripojenie

The Waveshare Pico-ePaper-2.13 module is designed for direct attachment to a Raspberry Pi Pico. Follow these steps for proper setup:

  1. Prepare Raspberry Pi Pico: Ensure your Raspberry Pi Pico is ready for use, with necessary firmware or operating system installed if required for your project.
  2. Zarovnajte a pripojte: Carefully align the female pin header on the E-Paper module with the male pins on your Raspberry Pi Pico. Gently press them together until fully seated. Ensure correct orientation to prevent damage.
  3. Napájanie: Once connected, power the Raspberry Pi Pico via its USB port or other designated power input. The E-Paper module draws power directly from the Pico.
  4. Nastavenie softvéru: Refer to the provided development resources for specific C/C++ or MicroPython examples to initialize and control the display. This typically involves configuring the SPI interface on the Pico.
Raspberry Pi Pico connected to the Waveshare 2.13-inch e-paper module

Figure 5: Raspberry Pi Pico securely connected to the E-Paper module. Note: Raspberry Pi Pico is not included with the display module.

Raspberry Pi Pico connected to the Waveshare 2.13-inch e-paper module with USB cable

Figure 6: Raspberry Pi Pico with E-Paper module connected and powered via USB. Note: Raspberry Pi Pico is not included with the display module.

4.1 Pinout Definition

Understanding the pinout is crucial for advanced configurations or troubleshooting. The module uses an SPI interface.

Pinout diagram for the Waveshare 2.13-inch e-paper module

Figure 7: Pinout definition for the Waveshare Pico-ePaper-2.13 module, showing connections for SPI, power, and control pins.

Názov PINPopis
VSYSPríkon
GNDGround
e-Paper_DCRiadiaci pin pre dáta/príkazy (vysoký pre dáta, nízky pre príkazy)
e-Paper_CSSPI chip select (low active)
e-Paper_CLKSPI SCK pin
e-Paper_DINSPI MOSI pin
e-Paper_RSTExternal reset (low active)
e-Paper_BUSYBusy status output

5. Návod na obsluhu

Operating the Waveshare 2.13-inch E-Paper module involves programming your Raspberry Pi Pico to send display data via the SPI interface. Waveshare provides example code and libraries to facilitate this process.

5.1 Programming the Display

  • Access Development Resources: Visit the official Waveshare product page or documentation portal for the Pico-ePaper-2.13 module. Here you will find example code in C/C++ and MicroPython.
  • Inštalácia knižníc: Download and install any necessary libraries or drivers for your chosen programming language (e.g., MicroPython libraries for e-paper displays).
  • Načítať naprample kód: Upload the provided example code to your Raspberry Pi Pico. These examples typically demonstrate basic functions like displaying text, images, or performing partial/full refreshes.
  • Prispôsobiť obsah: Modify the example code to display your desired content. Pay attention to the display resolution (250x122 pixels) and color depth (black/white, 2 grey scales).
  • Refresh Cycles: Understand the difference between full refresh (approx. 2 seconds) and partial refresh (approx. 0.3 seconds). Partial refresh is faster and consumes less power but may leave ghosting artifacts over time, requiring an occasional full refresh.

5.2 Aplikácia Pramples

The E-Paper module is versatile and suitable for various applications due to its low power consumption and persistent display capabilities.

Examples of e-paper display applications including price tags, shelf labels, and industrial instruments

Obrázok 8: Pramples of potential applications for the E-Paper module, such as price tags, shelf labels, and information displays in various environments.

6. Starostlivosť a údržba

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

  • Zaobchádzajte opatrne: E-paper displays are delicate. Avoid applying excessive pressure or bending the module, especially the flexible FPC cable.
  • Čistenie: Use a soft, dry, lint-free cloth to gently wipe the display surface. Do not use liquid cleaners, solvents, or abrasive materials, as these can damage the screen.
  • Podmienky prostredia: Operate and store the module within its specified temperature and humidity ranges. Avoid extreme temperatures, direct sunlight for prolonged periods, and high humidity.
  • Správa napájania: While the display retains content without power, ensure proper power-down sequences for the Raspberry Pi Pico to prevent data corruption or unexpected behavior.
  • Statická elektrina: Take precautions against electrostatic discharge (ESD) when handling the module, as electronic components can be sensitive to static.

7. Riešenie problémov

If you encounter issues with your E-Paper display module, consider the following troubleshooting steps:

  • Display Not Refreshing/Blank:
    • Check all connections between the E-Paper module and the Raspberry Pi Pico. Ensure they are secure and correctly oriented.
    • Verify the power supply to the Raspberry Pi Pico.
    • Review your code for display initialization and refresh commands. Ensure the SPI interface is correctly configured.
    • Confirm that the correct libraries for the Pico-ePaper-2.13 are installed and imported in your code.
  • Ghosting or Image Retention:
    • Ghosting is common with partial refreshes. Perform a full refresh periodically to clear the display completely.
    • Ensure your refresh cycles are correctly implemented in your code.
  • Incorrect Display Orientation:
    • The display typically operates in portrait mode by default. If you require landscape orientation, check if your chosen library or example code supports rotation and how to implement it.
  • Module Not Detected by Pico:
    • Double-check the pin connections against the pinout diagram (Figure 7).
    • Ensure the Raspberry Pi Pico is functioning correctly independently.

For further assistance, refer to the official Waveshare documentation and community forums.

8. Podpora a záruka

For technical support, additional resources, and the latest documentation, please visit the official Waveshare website. You can typically find detailed product wikis, example code, and community forums there.

Výrobca: Wavesshare

Webmiesto: www.waveshare.com

Information regarding product warranty is typically available on the Waveshare webalebo je súčasťou vašej nákupnej dokumentácie. Uschovajte si doklad o kúpe pre prípad reklamácie.

© 2023 Waveshare. All rights reserved. Information in this manual is subject to change without notice.