waveshare 24.9

Waveshare Triple LCD HAT for Raspberry Pi User Manual

Modelnya: 24.9

1. Pendahuluan

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. Isi Paket

Verifikasi bahwa semua item ada dalam paket Anda:

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

3. Fitur Utama

  • 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 viewsudut.
  • 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. Panduan Pengaturan

4.1 Koneksi Perangkat Keras

  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 Konfigurasi Perangkat Lunak

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 exampsedikit.
  • 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. Operasi

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

5.1 Display Functionality

  • 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.

Depan 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. Definisi Pin

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
Nomor PinFungsiNomor PinFungsi
13V325V
3DCI45V
5SCLK06GND
7DCI8GND
9GND10RST0
11CS012BL0
13KUNCI114GND
15CS116SCLK
17MEMBUANG WAKTU18GND
19DC020GND
21DC122RST1
23CS224BL1
25GND26KUNCI2

7. Skenario Aplikasi

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

  • Multi-screen Collaboration: 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.
  • Aplikasi Fleksibel: Ideal for Raspberry Pi projects, IoT applications, embedded systems, and DIY projects requiring compact and informative visual feedback.
  • Integrasi Mudah: The standard 40-pin GPIO header allows for straightforward integration into existing Raspberry Pi setups.
Tiga mantanamples 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.

Gambar 7.1: Contohamples of how the Triple LCD HAT can be used in various projects.

8. Spesifikasi Teknis

FiturDetil
MerekBerbagi gelombang
Nama ModelTriple LCD HAT for Raspberry Pi
Nomor Model Barang24.9
Ukuran Layar Utama1.3 inci
Main Screen Resolutionukuran 240x240
Main Screen DriverST7789
Secondary Screen Size0.96 inch (x2)
Secondary Screen Resolution160x80 (x2)
Secondary Screen DriverST7735S
Antarmuka KomunikasiSPI
User Keys2 (K1, K2)
KesesuaianRaspberry Pi Zero/Zero W/Zero WH/2B/3B/3B+/4B
Dukungan Sistem OperasiRaspberry Pi OS (based on Debian Linux)
Dimensi Produk (P x L x T)2.55 x 1.22 x 0.39 inci (65 x 31 x 10 mm)
Berat Barang0.352 ons

9. Dimensi Garis Besar

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. Penyelesaian masalah

  • 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. Dukungan dan Sumber Daya

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.
  • Contoh yang dapat diunduhample code for various programming languages and platforms.
  • Informasi kontak dukungan teknis.

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

Dokumen Terkait - 24.9

Praview 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.
Praview Panduan Pengguna dan Panduan Teknis Waveshare 2.13inch e-Paper HAT (B)
Panduan komprehensif untuk Waveshare 2.13inch e-Paper HAT (B), yang mencakup koneksi perangkat keras, pengaturan perangkat lunak, prinsip pemrograman, dan pemecahan masalah untuk Raspberry Pi, Arduino, Jetson Nano, dan STM32.
Praview Panduan Pengguna Modul LCD Waveshare 2.4 inci
Panduan lengkap modul layar LCD TFT Waveshare 2.4 inci, yang merinci fitur, spesifikasi, dan penggunaannya dengan Raspberry Pi, STM32, dan Arduino. Pelajari tentang antarmuka SPI, pengontrol IL9341, koneksi perangkat keras, dan pengalaman perangkat lunak.ampuntuk mengintegrasikan tampilan resolusi 240x320 ini ke dalam proyek Anda.
Praview Panduan Pengguna Waveshare 3.5inch RPI LCD (B) - Spesifikasi dan Panduan Pengaturan
Panduan pengguna untuk layar LCD Waveshare 3.5 inci RPI (B), yang merinci spesifikasinya, susunan pin antarmuka, langkah-langkah instalasi driver untuk Raspberry Pi, petunjuk koneksi, dan pertanyaan yang sering diajukan.
Praview Panduan Pengguna Waveshare e-Paper Driver HAT: Menghubungkan Layar E-Paper SPI ke Raspberry Pi, Arduino, STM32
Panduan pengguna untuk Waveshare e-Paper Driver HAT, yang merinci fitur, parameter produk, spesifikasi antarmuka, dan model e-Paper yang didukung. Termasuk panduan pengaturan untuk papan pengembangan Raspberry Pi, Arduino, dan STM32.
Praview Panduan Pengguna Waveshare LCD RPi 3.5 inci (A): Pengaturan dan Spesifikasi
Panduan pengguna komprehensif untuk modul layar LCD Waveshare 3.5 inci RPi (A). Mencakup spesifikasi, instalasi, koneksi ke Raspberry Pi, dan pemecahan masalah.