1. ບົດແນະນຳ
This manual provides detailed instructions for the setup, operation, and maintenance of the EstarDyn 1.53 Inch Round TFT LCD Display Module. This module is designed for various embedded applications, including smart watches and custom DIY projects, offering a vibrant color display with a QSPI interface.
2. ຂໍ້ມູນຈໍາເພາະ
The following table outlines the key technical specifications of the display module:
| ພາລາມິເຕີ | ມູນຄ່າ |
|---|---|
| ຂະໜາດ | 1.53 ນິ້ວ |
| ຄວາມລະອຽດ | 360x360 ພິກເຊລ |
| ຂັບ IC | ST77916 |
| ປະເພດການໂຕ້ຕອບ | QSPI |
| ສະແດງສີ | ສີສັນ |
| ການສະຫນອງພະລັງງານ | 3.3V-5V |
| Screen Size (mm) | 40.46 x 41.96 x 2.16 |
| ຂະໜາດໂມດູນ (ມມ) | 41.5 x 49.32 x 3.36 |
| ອຸນຫະພູມເຮັດວຽກ | -20°C ເຖິງ 70°C |
| Linking Method | COG |
| ພື້ນທີ່ທີ່ໃຊ້ວຽກ (ມມ) | 38.156 x 38.156 |
Physical dimensions of the module are illustrated below:
3. ການຕິດຕັ້ງແລະການເຊື່ອມຕໍ່
This section details the pinout and recommended connection procedures for integrating the display module into your project.
3.1 ນິຍາມ PIN
The module features an 11-pin interface. The function of each pin is crucial for correct operation:
| PIN | ສັນຍາລັກ | ຟັງຊັນ |
|---|---|---|
| 1 | GND | ພື້ນທີ່ໄຟຟ້າ |
| 2 | VCC | Analog power voltage (3.3V-5V) |
| 3 | SCL | Clock signal for QSPI interface |
| 4 | SDA | Data signal for QSPI interface |
| 5,6,7 | IO1, IO2, IO3 | QSPI interface: second data pins |
| 8 | RST | Display reset pin (active low) |
| 9 | CS | Chip select signal (active low) |
| 10 | BL | ເຂັມຄວບຄຸມໄຟຫຼັງ |
| 11 | TE | Frame synchronization signal |
3.2 ຄໍາແນະນໍາການສາຍ
Connect the display module to your microcontroller or development board according to the pin definitions above. Ensure that the power supply (VCC) is within the specified range of 3.3V to 5V. Incorrect wiring can damage the module.
It is recommended to use appropriate level shifters if your microcontroller operates at a different voltage than the display module's logic level, especially for data and control lines, to prevent damage.
4. Operating the Display Module
To operate the EstarDyn 1.53 Inch Round TFT LCD Display Module, you will need a compatible microcontroller (e.g., Arduino, ESP32, Raspberry Pi) and appropriate software libraries for the ST77916 driver IC and QSPI interface.
- ການຕິດຕັ້ງຊອບແວ: Install the necessary display libraries for your chosen development environment. Libraries for ST77916 are commonly available for various platforms.
- ການເລີ່ມຕົ້ນ: In your code, initialize the display driver by configuring the QSPI interface pins (SCL, SDA, IO1, IO2, IO3), Chip Select (CS), Reset (RST), and Backlight (BL) pins according to your wiring.
- ກຳລັງສະແດງເນື້ອຫາ: Use the library functions to draw graphics, text, and images on the display. Refer to the specific library documentation for detailed API usage.
- ການຄວບຄຸມໄຟຫຼັງ: The BL pin can be used to control the backlight. It can be connected to a GPIO pin and controlled digitally, or to a PWM pin for brightness adjustment.
Ensure your microcontroller's clock speed and QSPI settings are compatible with the ST77916 driver for optimal performance.
5. ບໍາລຸງຮັກສາ
Proper maintenance ensures the longevity and optimal performance of your display module.
- ທໍາຄວາມສະອາດ: Gently clean the display surface with a soft, lint-free cloth. For stubborn smudges, use a small amount of isopropyl alcohol applied to the cloth, not directly to the screen. Avoid abrasive materials or harsh chemicals.
- ການເກັບຮັກສາ: When not in use, store the module in an anti-static bag in a cool, dry environment, away from direct sunlight and extreme temperatures.
- ການຈັດການ: Always handle the module by its edges to avoid touching the display area or the delicate ribbon cable. Static electricity can damage electronic components, so use anti-static precautions when handling.
6. ການແກ້ໄຂບັນຫາ
If you encounter issues with your display module, consider the following troubleshooting steps:
- ບໍ່ມີຈໍສະແດງຜົນ/ເປົ່າຫວ່າງ:
- Verify all power connections (VCC and GND) are correct and stable.
- Check the backlight (BL) pin connection and ensure it is enabled.
- Confirm that the display's reset (RST) pin is correctly toggled during initialization.
- Ensure your software initialization code for the ST77916 driver is correct and executed.
- Incorrect Colors/Garbled Display:
- Double-check all QSPI data and clock line connections (SCL, SDA, IO1, IO2, IO3).
- Ensure the correct display resolution (360x360) is set in your software.
- Verify that the correct driver IC (ST77916) is selected in your software library.
- Check for any timing issues in the QSPI communication.
- Partial Display/Missing Pixels:
- Inspect the ribbon cable connection for any damage or misalignment.
- Ensure the module is securely seated in its connector.
- ໂມດູນບໍ່ຕອບສະໜອງ:
- Confirm that the chip select (CS) pin is correctly controlled by your microcontroller.
- Check for short circuits or incorrect voltage levels on any pins.
7. ຄໍາແນະນໍາຜູ້ໃຊ້
Here are some additional tips to enhance your experience with the EstarDyn 1.53 Inch Round TFT LCD Display Module:
- ເລີ່ມງ່າຍດາຍ: Begin with basic examples provided by display libraries (e.g., drawing shapes, displaying text) to confirm functionality before implementing complex graphics.
- ການພິຈາລະນາພະລັງງານ: While the module supports 3.3V-5V, ensure your power supply can provide sufficient current, especially when the backlight is at full brightness.
- ຫ້ອງສະໝຸດຊອບແວ: Look for well-maintained and documented libraries for the ST77916 driver. Adafruit GFX library and its derivatives are often a good starting point for TFT displays.
- ການຊ່ວຍເຫຼືອຊຸມຊົນ: Online forums and communities for microcontrollers (Arduino, ESP32) are excellent resources for finding code examples, troubleshooting advice, and project ideas related to TFT displays.
8. ການຮັບປະກັນແລະການສະຫນັບສະຫນູນ
For specific warranty information regarding your EstarDyn 1.53 Inch Round TFT LCD Display Module, please refer to the terms and conditions provided by the seller at the time of purchase. Any claims or inquiries related to warranty should be directed to the "Estardyn Choice Store" or your point of purchase.
For technical support or further assistance, please contact the seller directly through the platform where the product was acquired. Provide your order details and a clear description of the issue to facilitate a quicker resolution.





