1. შესავალი
The Waveshare 2.13-inch E-Ink Display HAT V4 is a low-power, high-resolution display module designed for Raspberry Pi and other microcontrollers. It features a 250x122 pixel resolution and communicates via an SPI interface, supporting partial refresh capabilities. This display is ideal for applications requiring clear, persistent visuals with minimal power consumption, such as electronic shelf labels, industrial instruments, and information displays.
ძირითადი მახასიათებლები:
- 2.13-inch E-Ink Display: Provides a clear, paper-like visual experience.
- 250x122 Resolution: Offers crisp text and graphics.
- SPI ინტერფეისი: Enables communication with various microcontrollers.
- Partial Refresh Support: Allows for faster updates of specific screen areas.
- ულტრა დაბალი ენერგომოხმარება: Power is primarily required only during screen refreshes.
- განათების გარეშე: Maintains display content indefinitely without power, offering wide viewing კუთხეები.
- Standard Raspberry Pi 40PIN GPIO Extension Header: Compatible with Raspberry Pi series boards and Jetson Nano.
- ბორტზე ტომიtage Translator: Ensures compatibility with 3.3V/5V MCUs.
Official product video demonstrating the features and applications of the Waveshare 2.13-inch e-Paper HAT, including its low power consumption, wide viewing angle, and compatibility with Raspberry Pi and other microcontrollers.
2. პაკეტის შინაარსი
დარწმუნდით, რომ ქვემოთ ჩამოთვლილი ყველა ნივთი შედის თქვენს პაკეტში. თუ რომელიმე ნივთი აკლია ან დაზიანებულია, გთხოვთ, დაუკავშირდეთ მომხმარებელთა მხარდაჭერის სამსახურს.

This image displays the standard package contents for the 2.13-inch E-Paper HAT. Ensure you have received all components.
მოყვება ნივთები:
- 1x 2.13inch e-Paper HAT
- 1x PH2.0 20 სმ 8 პინიანი კაბელი
- 1x RPi Screws Pack (2pcs)
3. დაყენება
This section guides you through the physical connection of the E-Ink Display HAT to your host device.
3.1 Raspberry Pi-სთან დაკავშირება
The 2.13-inch E-Paper HAT is designed to directly connect to the 40PIN GPIO header of Raspberry Pi series boards (e.g., Raspberry Pi 5/4B/3B/Zero/Zero W/Zero 2W) and Jetson Nano. Align the HAT carefully with the GPIO pins and press down gently until it is securely seated.

The e-Paper HAT connected to a Raspberry Pi. The Raspberry Pi is not included.
3.2 Connecting to Other Microcontrollers (e.g., Arduino/STM32)
For other controller boards that do not have a direct HAT interface, you can use the provided PH2.0 8Pin cable to connect via the SPI interface. The HAT includes an onboard voltage translator, making it compatible with both 3.3V and 5V microcontrollers.

დეტალურად view of the onboard SPI control interface and voltage translator for connecting to various MCUs.
Refer to the pinout table below for correct wiring:
| პინი | აღწერა |
|---|---|
| VCC | 3.3V/5V დენის წყარო |
| GND | ადგილზე |
| DIN | SPI MOSI პინი |
| CLK | SPI SCK პინი |
| CS | SPI ჩიპის შერჩევა, დაბალი აქტიური |
| DC | Data / Command selection (high for data, low for command) |
| RST | External reset, low active |
| ᲓᲐᲙᲐᲕᲔᲑᲣᲚᲘ | Busy status output (high for busy) |
4. Operating the E-Ink Display
The Waveshare 2.13-inch E-Ink Display operates by arranging charged particles in microcapsules. When an electric field is applied, these particles move to become visible, reflecting ambient light. This technology provides a paper-like display that is clear and readable in various lighting conditions without requiring a backlight.
4.1 ეკრანის განახლება
The display supports both full and partial refresh modes. Full refresh clears the entire screen and redraws the content, typically taking longer but ensuring a completely clean display. Partial refresh updates only the changed areas, resulting in faster updates and reduced power consumption, suitable for dynamic content like sensor readings or notifications.
4.2 ენერგიის მოხმარება
E-Ink displays are known for their ultra-low power consumption. Power is primarily consumed only during the screen refresh cycle. Once an image is displayed, it remains visible without any further power input, making it highly energy-efficient for static information displays.
4.3 პროგრამირება და ექსamples
Waveshare გთავაზობთ ვრცელ ონლაინ დოკუმენტაციას და მაგალითს.ample code for various platforms, including Raspberry Pi, Jetson Nano, Arduino, and STM32. These resources include driver board circuit diagrams and demo programs to help you get started with programming the display. Please refer to the official Waveshare online user manual for detailed programming guides and examples.
5. მოვლა
To ensure the longevity and optimal performance of your Waveshare 2.13-inch E-Ink Display HAT, follow these maintenance guidelines:
- დასუფთავება: Gently wipe the display surface with a soft, dry, lint-free cloth. Avoid using abrasive materials, solvents, or chemical cleaners, as these can damage the screen.
- დამუშავება: Handle the display by its edges. Avoid applying excessive pressure to the screen surface, which can cause damage.
- შენახვა: შეინახეთ ეკრანი გრილ, მშრალ გარემოში, მოარიდეთ მზის პირდაპირ სხივებს და ექსტრემალურ ტემპერატურას.
- გარემო პირობები: Operate the display within its specified temperature and humidity ranges to prevent malfunction.
- ენერგიის მენეჯმენტი: While E-Ink displays retain content without power, frequent power cycling or improper shutdown procedures can potentially impact performance over time.
6. Დიაგნოსტიკა
If you encounter issues with your Waveshare 2.13-inch E-Ink Display HAT, consider the following troubleshooting steps:
- Display Not Refreshing:
- Check all physical connections, especially the SPI interface and power supply.
- Ensure your code is correctly initializing the display and sending refresh commands.
- Verify that the power supply to your host board (Raspberry Pi, Arduino, etc.) is stable and sufficient.
- Garbled or Incomplete Display:
- Confirm that the SPI communication lines (MOSI, SCK, CS, DC, RST, BUSY) are correctly wired and not loose.
- Check for any software errors in your display driver or application code.
- Perform a full refresh to clear any residual image data.
- No Display at All:
- Ensure the HAT is properly seated on the Raspberry Pi GPIO header or that all wires are connected correctly if using a different MCU.
- Verify that the host board is powered on and functioning.
- Check for any short circuits or damage to the HAT.
- თავსებადობის პრობლემები:
- Confirm that your host microcontroller's voltage (3.3V or 5V) is compatible and that the onboard voltage translator is functioning correctly.
- Ensure you are using the correct drivers and libraries for your specific host platform and the V4 version of the display.
For further assistance, consult the online user manual and resources provided by Waveshare, or contact their technical support.
7. სპეციფიკაციები
Detailed technical specifications for the Waveshare 2.13-inch E-Ink Display HAT V4:

დასრულდაview of the display's features and technical specifications.
| ფუნქცია | ღირებულება |
|---|---|
| მდგარი ეკრანის დისპლეის ზომა | 2.13 ინჩი |
| საქონლის მოდელის ნომერი | 2.13 დიუმიანი ელექტრონული ქაღალდის ქუდი |
| ნივთის წონა | 0.352 უნცია |
| პროდუქტის ზომები (LxWxH) | 7.09 x 3.94 x 3.54 ინჩი |
| ფერი | 2.13 დიუმიანი ელექტრონული ქაღალდის ქუდი |
| საოპერაციო ტომიtage | 3.3V/5V |
| ინტერფეისი | 3-მავთულიანი SPI, 4-მავთულიანი SPI |
| კონტურის ზომები | 65 x 30.2 მმ |
| ჩვენების ზომა | 48.55 x 23.71 მმ |
| Dot Pitch | 0.194 x 0.194 მმ |
| რეზოლუცია | 250 x 122 პიქსელი |
| ჩვენების ფერი | შავი, თეთრი |
| რუხი მასშტაბი | 2 |
| ნაწილობრივი განახლების დრო | 0.3 წმ |
| სრული განახლების დრო | 2s |
| განახლების ენერგია | 26.4 მვტ (ტიპ.) |
| ლოდინის დენი | <0.01uA (თითქმის არანაირი) |
| Viewing კუთხე | >170° |
Outline Dimensions Diagram:

Detailed diagram illustrating the physical dimensions of the 2.13-inch e-Paper HAT in millimeters.
8. განაცხადი მაგamples
The Waveshare 2.13-inch E-Ink Display HAT is suitable for a wide range of applications due to its unique characteristics:

ვიზუალური ექსamples of the e-Paper HAT in various real-world applications.
- Electronic Shelf Labels: Ideal for displaying product information and pricing in retail environments.
- სამრეწველო ინსტრუმენტები: Suitable for displaying data in low-power or harsh industrial settings.
- აქტივი/აღჭურვილობა Tags: For tracking and identifying assets with persistent information.
- კონფერენციის დასახელება Tags: Provides clear, customizable identification for events.
- Smart Home Displays: For displaying static information like weather, schedules, or device status.
9. მხარდაჭერა და რესურსები
Waveshare provides comprehensive online resources to assist you with the 2.13-inch E-Ink Display HAT V4. These resources include detailed user manuals, programming examples, and technical documentation.
ონლაინ მომხმარებლის სახელმძღვანელო:
For the most up-to-date information, detailed tutorials, and example code for various platforms (Raspberry Pi, Jetson Nano, Arduino, STM32), please refer to the official Waveshare online user manual. This manual includes driver board circuit diagrams and guides for implementing fast refreshing functions.
You can typically find these resources on the Waveshare product page or their official wiki by searching for "2.13inch e-Paper HAT".
ტექნიკური მხარდაჭერა:
If you require further technical assistance or have questions not covered in the online documentation, please contact Waveshare customer support through their official webსაიტი.