Waveshare 0.71inch DualEye LCD Module

Waveshare 0.71inch Double Eye Round LCD Display Module User Manual

Model: 0.71inch DualEye LCD Module

1. Εισαγωγή

This manual provides detailed instructions for the Waveshare 0.71inch Double Eye Round LCD Display Module. This module features two 0.71-inch round IPS LCDs, each with a 160x160 resolution and 65K colors, driven by an embedded GC9D01 controller. It utilizes an SPI interface for communication, making it compatible with various microcontroller boards such as ESP32 and Arduino. This document covers the module's components, specifications, setup, operation, and troubleshooting.

2. Περιεχόμενο συσκευασίας

Το πακέτο περιλαμβάνει τα ακόλουθα είδη:

Waveshare 0.71inch Double Eye Round LCD Display Module Package Content

Figure 2.1: Contents of the Waveshare 0.71inch Double Eye Round LCD Display Module package, showing the module, connecting cable, and two convex lenses.

3. Χαρακτηριστικά

Key features of the 0.71inch Double Eye Round LCD Display Module include:

Waveshare 0.71inch Double Eye Round LCD Display Module Features

Εικόνα 3.1: Τέλοςview of the 0.71inch Double Eye LCD Module highlighting its IPS panel, 160x160 resolution, 65K colors, SPI interface, and GC9D01 driver.

4. Προδιαγραφές

Detailed specifications for the module are provided below:

ΠαράμετροςΑξία
Λειτουργικός τόμοςtage3.3V / 5V
Ψήφισμα160 × 160 εικονοστοιχεία
Διεπαφή επικοινωνίαςSPI
Μέγεθος οθόνης18 × 18 (mm)
Πίνακας εμφάνισηςIPS
Pixel Pitch37.5 × 112.5 (µm)
ΟδηγόςGC9D01
Διαστάσεις20.00 × 51.00 (mm)
Βάρος αντικειμένου0.317 ουγγιές
Waveshare 0.71inch Double Eye Round LCD Display Module Specifications

Figure 4.1: Detailed specifications table for the 0.71inch DualEye LCD Module.

5. Περιγραφή Pinout

The module communicates via an SPI bus. The following table details the pin connections:

ΚαρφίτσαΠεριγραφή
VCCPower (3.3V / 5V input)
GNDΕδαφος
ΦΑΣΑΡΙΑΕισαγωγή δεδομένων SPI
CLKΕίσοδος ρολογιού SPI
CS1EYE1 Chip Selection
CS2EYE2 Chip Selection
DCData/Command Selection
RST1EYE1 Reset
RST2EYE2 Reset
BL1EYE1 Backlight
BL2EYE2 Backlight
Waveshare 0.71inch Double Eye Round LCD Display Module Pinout

Figure 5.1: Pinout diagram for the 0.71inch DualEye LCD Module, showing connections for power, SPI communication, and backlight control.

6. Διαστάσεις περιγράμματος

The physical dimensions of the module are as follows:

Waveshare 0.71inch Double Eye Round LCD Display Module Outline Dimensions

Figure 6.1: Technical drawing illustrating the outline dimensions of the 0.71inch DualEye LCD Module.

7. Οδηγίες εγκατάστασης

To set up your Waveshare 0.71inch Double Eye Round LCD Display Module, follow these general steps:

  1. Σύνδεση υλικού: Connect the module to your chosen microcontroller board (e.g., ESP32, Arduino) using the provided SH1.0 11PIN cable. Ensure correct pin mapping for VCC, GND, DIN, CLK, CS1, CS2, DC, RST1, RST2, BL1, and BL2 as described in the Pinout section.
  2. Τροφοδοτικό: Provide a stable 3.3V or 5V power supply to the VCC pin, depending on your microcontroller's logic level and the module's requirements.
  3. Περιβάλλον λογισμικού: Install the necessary development environment for your microcontroller (e.g., Arduino IDE, ESP-IDF).
  4. Εγκατάσταση Βιβλιοθήκης: The module requires specific display drivers. Waveshare provides resources and example code on their official Wiki. It is recommended to visit the Waveshare Wiki for 0.71inch DualEye LCD Module for the latest drivers and exampτον κώδικα. Αναζήτηση για the GC9D01 driver and compatible libraries (e.g., modified TFT_eSPI).
  5. Initial Code Upload: Upload a basic test sketch or example code from the Waveshare Wiki to verify the connection and display functionality. Pay attention to specific board configurations (e.g., ESP32-C3 vs. ESP32-S3) as library compatibility can vary.

Σημείωμα: Due to the nature of open-source development and frequent updates to microcontroller libraries, specific setup steps and library versions may vary. Always refer to the official Waveshare Wiki for the most current and accurate information.

8. Οδηγίες λειτουργίας

Once the module is set up, you can begin programming it to display content:

  1. SPI Communication: The module uses the Serial Peripheral Interface (SPI) protocol. You will need to initialize the SPI bus on your microcontroller, specifying the clock speed, data order, and mode.
  2. Chip Select (CS) Management: Since there are two independent displays, each has its own Chip Select (CS1 for EYE1, CS2 for EYE2) and Reset (RST1 for EYE1, RST2 for EYE2) pins. Your code must manage these pins to select which display you are communicating with or resetting.
  3. Data/Command (DC) Pin: The DC pin differentiates between data and command bytes sent over the SPI bus. Ensure this pin is correctly toggled according to the GC9D01 driver specifications.
  4. Έλεγχος οπίσθιου φωτισμού: The BL1 and BL2 pins control the backlights for EYE1 and EYE2, respectively. These can often be controlled via PWM (Pulse Width Modulation) for brightness adjustment.
  5. Εκκίνηση εμφάνισης: After power-up and reset, the GC9D01 driver requires a specific sequence of commands to initialize the display. This is typically handled by the display library you are using.
  6. Drawing Graphics: Use the functions provided by your display library to draw pixels, lines, shapes, text, and images onto the display. Remember that the GC9D01 driver internally treats the display as square, so your software needs to account for the round shape and any "missing" pixels if you want to render content accurately within the circular area.
  7. Frame Buffer Management: Each display has its own video RAM. If you are animating content or displaying complex graphics, consider how you manage the frame buffers for both displays in your microcontroller's memory.

9. Συντήρηση

Για να διασφαλίσετε τη μακροζωία και τη βέλτιστη απόδοση της μονάδας οθόνης σας:

10. Αντιμετώπιση Προβλημάτων

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

11. Πληροφορίες εγγύησης

This product is covered by the standard manufacturer's warranty. For specific details regarding warranty terms, duration, and claims, please refer to the official Waveshare webιστότοπο ή επικοινωνήστε απευθείας με την υποστήριξη πελατών. Κρατήστε την απόδειξη αγοράς για την επικύρωση της εγγύησης.

12. Υποστήριξη

For further assistance, technical documentation, and the latest resources, please visit the official Waveshare Wiki:

Waveshare 0.71inch DualEye LCD Module Wiki

The Wiki provides detailed tutorials, example code, and community forums that can help with advanced usage and specific project integrations.

Σχετικά Έγγραφα - 0.71inch DualEye LCD Module

Προview 2inch LCD Module with ST7789 SPI Interface - Technical Guide
Technical documentation and usage guide for the 2inch LCD Module with ST7789 controller, featuring SPI interface, 240x320 resolution, and compatibility with Raspberry Pi, STM32, and Arduino platforms.
Προview Εγχειρίδιο χρήστη μονάδας LCD Waveshare 2.4 ιντσών
Ένας ολοκληρωμένος οδηγός για την οθόνη LCD TFT 2.4 ιντσών Waveshare, με λεπτομέρειες για τα χαρακτηριστικά, τις προδιαγραφές και τη χρήση της με Raspberry Pi, STM32 και Arduino. Μάθετε για τη διεπαφή SPI, τον ελεγκτή IL9341, τις συνδέσεις υλικού και το λογισμικό, π.χ.ampΕυχαριστούμε για την ενσωμάτωση αυτής της οθόνης ανάλυσης 240x320 στα έργα σας.
Προview ESP32-C6-Touch-LCD-1.47: Development Guide for Arduino IDE & ESP-IDF
Explore the ESP32-C6-Touch-LCD-1.47 development board with this comprehensive guide. Learn to use Arduino IDE and ESP-IDF, set up your environment, and run various demos for your IoT and embedded projects.
Προview ESP32-S3-Touch-LCD-2 Development Board Guide
A comprehensive guide for the Waveshare ESP32-S3-Touch-LCD-2 development board, covering setup and usage with Arduino IDE and ESP-IDF, including detailed exampπληροφορίες και πόροι.
Προview Εγχειρίδιο χρήστη και τεχνικός οδηγός για το ηλεκτρονικό χαρτί Waveshare 2.13 ιντσών HAT (B)
Πλήρης οδηγός για το Waveshare 2.13 ιντσών e-Paper HAT (B), που καλύπτει τις συνδέσεις υλικού, την εγκατάσταση λογισμικού, τις αρχές προγραμματισμού και την αντιμετώπιση προβλημάτων για Raspberry Pi, Arduino, Jetson Nano και STM32.
Προview Πλακέτα προγράμματος οδήγησης Waveshare E-Paper ESP32: Χαρακτηριστικά, επιδείξεις και οδηγός
Εξερευνήστε την πλακέτα προγράμματος οδήγησης Waveshare E-Paper ESP32. Αυτός ο οδηγός περιγράφει λεπτομερώς τα χαρακτηριστικά της, τη σύνδεση υλικού, τις επιδείξεις Bluetooth και WiFi, καθώς και συνήθεις ερωτήσεις για έργα προβολής ηλεκτρονικού χαρτιού.