waveshare 24.9

Manuel d'utilisation du module d'extension Waveshare Triple LCD pour Raspberry Pi

Modèle: 24.9

1. Introduction

The Waveshare Triple LCD HAT is an expansion board designed for Raspberry Pi series boards, including Raspberry Pi Zero, Zero W, Zero WH, 2B, 3B, 3B+, and 4B. It integrates a 1.3-inch IPS LCD main screen and two 0.96-inch IPS LCD secondary screens, along with two user-defined keys. All screens communicate via SPI, offering a versatile display solution for various embedded applications.

Waveshare Triple LCD HAT with text 'Triple LCD HAT For Raspberry Pi'

Image 1.1: Waveshare Triple LCD HAT overview.

2. Contenu du colis

Vérifiez que tous les éléments sont présents dans votre colis :

  • Zero LCD HAT (A) x1
  • Standoffs pack x1 (includes screws and nuts for mounting)

3. Principales caractéristiques

  • Standard Raspberry Pi 40PIN GPIO Header: Ensures compatibility with various Raspberry Pi models.
  • 1.3-inch IPS LCD Main Screen: Features a built-in ST7789 driver chip, SPI communication, 240x240 resolution, and supports 65K color display with a wide viewangle de vue.
  • Dual 0.96-inch IPS LCD Secondary Screens: Each screen has a built-in ST7735S driver chip, SPI communication, 160x80 resolution, and supports 65K color display. Ideal for displaying key information, status indicators, or small graphics.
  • Two User-Defined Keys: Onboard K1 and K2 keys allow for custom functionality in your applications.
  • Online Development Resources: Access to documentation and example code for Raspberry Pi, VisionFive2, Arduino, STM32, and other platforms.
Comparison of 1.3-inch main LCD and dual 0.96-inch secondary LCDs, showing specifications like size, resolution, color, communication interface, and driver chip.

Image 3.1: Detailed specifications of the main and secondary LCD screens.

4. Guide de configuration

4.1 Connexion matérielle

  1. Align the 40-pin GPIO header of the Triple LCD HAT with the corresponding GPIO pins on your Raspberry Pi board.
  2. Gently press down to ensure the HAT is securely seated on the Raspberry Pi's GPIO header.
  3. Use the provided standoffs and screws to mechanically secure the HAT to the Raspberry Pi board, if desired, for added stability.
Waveshare Triple LCD HAT mounted on a Raspberry Pi board, connected via the GPIO header.

Image 4.1: Triple LCD HAT connected to a Raspberry Pi.

4.2 Configuration du logiciel

To enable the LCD screens and user keys, specific software drivers and libraries are required. Waveshare provides comprehensive online development resources and example code for various platforms, including Raspberry Pi OS.

  • Visit the official Waveshare Wiki or product page for the Triple LCD HAT to access the latest documentation and code examples.
  • Follow the instructions provided in the online resources to install the necessary drivers and configure your Raspberry Pi for SPI communication.
  • Example code typically includes demonstrations for displaying text, graphics, and reading input from the user-defined keys.

5. Fonctionnement

The Triple LCD HAT offers three independent display areas and two programmable input buttons.

5.1 Fonctionnalités d'affichage

  • Main Screen (1.3-inch): This central display is suitable for primary graphical interfaces, detailed information, or larger visual elements. Its 240x240 resolution and IPS technology provide clear and vibrant output.
  • Secondary Screens (Dual 0.96-inch): Positioned on either side of the main screen, these 160x80 resolution displays are ideal for showing system status, sensor readings, small icons, or other auxiliary data.
  • All screens utilize SPI for communication, allowing for efficient data transfer from the Raspberry Pi.

5.2 User-Defined Keys (K1, K2)

The two onboard keys, K1 and K2, are connected to specific GPIO pins on the Raspberry Pi. These can be programmed to trigger various actions within your application, such as menu navigation, data toggling, or system commands.

Devant view of the Triple LCD HAT showing the 1.3-inch main screen displaying a desktop environment and two 0.96-inch secondary screens showing bar graphs and temperature readings, with K1 and K2 buttons visible.

Image 5.1: Triple LCD HAT in operation, displaying various data.

6. Définition des broches

The Triple LCD HAT connects to the Raspberry Pi via its 40-pin GPIO header. Understanding the pin assignments is crucial for proper software development and custom wiring.

Detailed pinout diagram for the Waveshare Triple LCD HAT, showing GPIO pin numbers and their corresponding functions for power, SPI communication, LCD control, and user keys.

Image 6.1: Pinout diagram of the Triple LCD HAT.

Table 6.1: GPIO Pin Functions
BrocheFonctionBrocheFonction
13V325V
3DCI45V
5SCLK06Terre
7DCI8Terre
9Terre10RST0
11CS012BL0
13KEY114Terre
15CS116SCLK
17MOSI18Terre
19DC020Terre
21DC122RST1
23CS224BL1
25Terre26KEY2

7. Scénarios d'application

The Triple LCD HAT's multi-screen capability and user-defined keys make it suitable for a variety of projects:

  • Collaboration multi-écrans : Display a primary interface on the 1.3-inch screen while using the 0.96-inch screens for real-time data, status updates, or secondary controls.
  • Application flexible : Ideal for Raspberry Pi projects, IoT applications, embedded systems, and DIY projects requiring compact and informative visual feedback.
  • Intégration facile : The standard 40-pin GPIO header allows for straightforward integration into existing Raspberry Pi setups.
Trois examples of application scenarios: multi-screen collaboration showing different data on each screen, flexible application with the HAT on a Raspberry Pi, and easy integration highlighting the GPIO connection.

Image 7.1 : Examples of how the Triple LCD HAT can be used in various projects.

8. Spécifications techniques

FonctionnalitéDétail
MarqueWaveshare
Nom du modèleTriple LCD HAT for Raspberry Pi
Numéro de modèle de l'article24.9
Taille de l'écran principal1.3 pouces
Résolution de l'écran principal240x240
Main Screen DriverST7789
Taille de l'écran secondaire0.96 inch (x2)
Résolution de l'écran secondaire160x80 (x2)
Secondary Screen DriverST7735S
Interface de communicationSPI
User Keys2 (K1, K2)
CompatibilitéRaspberry Pi Zero/Zero W/Zero WH/2B/3B/3B+/4B
Prise en charge du système d'exploitationRaspberry Pi OS (based on Debian Linux)
Dimensions du produit (L x l x H)2.55 x 1.22 x 0.39 pouces (65 x 31 x 10 mm)
Poids de l'article0.352 onces

9. Dimensions du contour

The physical dimensions of the Triple LCD HAT are important for enclosure design and project planning.

Technical drawing showing the outline dimensions of the Triple LCD HAT in millimeters, including length, width, and height measurements.

Image 9.1: Outline dimensions of the Triple LCD HAT (Unit: mm).

The HAT measures approximately 65mm in length, 31mm in width, and 10mm in height (including the screens and components).

10. Dépannage

  • Screens not displaying:
    • Ensure the HAT is correctly seated on the Raspberry Pi's GPIO header.
    • Verify that the SPI interface is enabled in your Raspberry Pi's configuration (e.g., via raspi-config).
    • Check your software code for correct initialization of the ST7789 and ST7735S drivers and proper SPI communication.
    • Confirm that the power supply to your Raspberry Pi is adequate.
  • User keys not responding:
    • Ensure your software is correctly reading the GPIO pins assigned to K1 and K2.
    • Check for any conflicts with other GPIO usage in your project.
  • Display artifacts or incorrect colors:
    • Review your display initialization code, especially parameters like color mode and orientation.
    • Ensure the correct driver (ST7789 for main, ST7735S for secondary) is being used for each screen.

11. Assistance et ressources

For further assistance, detailed documentation, and the latest code examples, please refer to the official Waveshare online resources. These resources typically include:

  • Product Wiki pages with setup guides and programming tutorials.
  • ex téléchargeableample code pour différents langages de programmation et plateformes.
  • Informations de contact pour l'assistance technique.

If you encounter any issues not covered in this manual or the online resources, please contact Waveshare technical support for assistance.

Documents connexes - 24.9

Pré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.
Préview Manuel d'utilisation et guide technique du Waveshare 2.13inch e-Paper HAT (B)
Guide complet pour le Waveshare 2.13inch e-Paper HAT (B), couvrant les connexions matérielles, la configuration logicielle, les principes de programmation et le dépannage pour Raspberry Pi, Arduino, Jetson Nano et STM32.
Préview Manuel d'utilisation du module LCD Waveshare 2.4 pouces
Guide complet du module d'affichage LCD TFT 2.4 pouces Waveshare, détaillant ses fonctionnalités, ses spécifications et son utilisation avec Raspberry Pi, STM32 et Arduino. Découvrez l'interface SPI, le contrôleur IL9341, les connexions matérielles et les logiciels.amples pour intégrer cet écran de résolution 240x320 dans vos projets.
Préview Manuel d'utilisation de l'écran LCD Waveshare 3.5 pouces pour Raspberry Pi (B) - Spécifications et guide d'installation
Manuel d'utilisation de l'écran LCD Waveshare 3.5 pouces RPI (B), détaillant ses spécifications, le brochage de l'interface, les étapes d'installation du pilote pour Raspberry Pi, les instructions de connexion et les questions fréquemment posées.
Préview Manuel d'utilisation du pilote e-Paper HAT Waveshare : connexion d'écrans e-Paper SPI à Raspberry Pi, Arduino, STM32
Manuel d'utilisation du pilote HAT Waveshare e-Paper, détaillant ses fonctionnalités, ses paramètres, ses spécifications d'interface et les modèles e-Paper pris en charge. Comprend des guides d'installation pour Raspberry Pi, Arduino et les cartes de développement STM32.
Préview Manuel d'utilisation de l'écran LCD Waveshare 3.5 pouces pour Raspberry Pi (A) : Installation et spécifications
Manuel d'utilisation complet du module d'affichage LCD Waveshare 3.5 pouces pour Raspberry Pi (A). Ce manuel couvre les spécifications, l'installation, la connexion au Raspberry Pi et le dépannage.