sb components SKU21741

sb components 1.14” LCD Breakout Module User Manual

Model: SKU21741

1. Introduction

The sb components 1.14-inch LCD Breakout Module is a compact display solution designed for integration with various microcontrollers, including Raspberry Pi, Arduino, and STM32. This module features a 1.14-inch IPS display panel with a resolution of 240x135 pixels, capable of displaying 65K RGB colors. It utilizes the ST7789 driver and communicates via a Serial Peripheral Interface (SPI), making it suitable for a wide range of embedded projects requiring a small, vibrant display.

Diagram illustrating the key features of the 1.14-inch LCD Breakout module, including 240x135 resolution, GPIO header, and ST7789 driver.

Figure 1: Key features of the 1.14-inch LCD Breakout module, highlighting its resolution, GPIO header, and ST7789 driver.

2. Specifications

2.1 General Specifications

Display Size1.14 inches
Resolution240 x 135 pixels
Display Area24.91 x 14.86 mm
Color Depth65K RGB colors
Display Panel TypeIPS
Driver ICST7789
InterfaceSPI (Serial Peripheral Interface)
CompatibilityRaspberry Pi, Arduino, Microchip, STM32, etc.
Item Model NumberSKU21741
Package Dimensions3.7 x 2.2 x 0.47 inches
Item Weight1.06 ounces

3. Setup

3.1 Pinout Description

The 1.14-inch LCD Breakout module features a set of pins for power, ground, and SPI communication. Understanding these pins is crucial for proper connection to your microcontroller.

Top-down view of the 1.14-inch LCD Breakout module, showing the display and the labeled pin headers on the right side.

Figure 2: Front view of the LCD Breakout module with pin labels.

3.2 Connection Guidelines

To connect the LCD module to your microcontroller, follow these general steps:

  1. Power Connection: Connect the VCC pin of the LCD module to the 3.3V or 5V power output of your microcontroller, and GND to the microcontroller's ground. Ensure the voltage matches the module's requirements.
  2. SPI Connection: Connect the DIN, CLK, and CS pins of the LCD module to the corresponding MOSI, SCK, and Chip Select pins on your microcontroller.
  3. Control Pins: Connect the DC and RST pins to any available GPIO pins on your microcontroller. Note the specific GPIO numbers for use in your code.
  4. Backlight (Optional): Connect the BL pin to a GPIO pin if you intend to control the backlight programmatically. Otherwise, it can be connected to VCC for constant backlight.

Refer to your specific microcontroller's documentation (e.g., Raspberry Pi GPIO pinout, Arduino SPI library examples) for detailed wiring diagrams and pin assignments.

Angled view of the back of the 1.14-inch LCD Breakout module, showing the ST7789 driver chip and other surface-mount components.

Figure 3: Back view of the LCD Breakout module, showing the ST7789 driver.

4. Operating Instructions

Operating the 1.14-inch LCD Breakout module involves programming your microcontroller to communicate with the ST7789 driver via SPI.

4.1 Software Setup

  1. Install Libraries: For Arduino, popular libraries like Adafruit GFX and Adafruit ST7789 are commonly used. For Raspberry Pi, Python libraries such as `luma.lcd` or direct `spidev` communication with a custom driver can be employed.
  2. Initialize Display: In your code, you will need to initialize the ST7789 driver, specifying the connected GPIO pins for CS, DC, and RST.
  3. Configure SPI: Ensure your microcontroller's SPI interface is configured correctly (e.g., clock speed, SPI mode).

4.2 Displaying Content

Once initialized, you can send commands and pixel data to the display. Libraries typically provide functions for:

Consult the documentation and examples provided with your chosen library for specific function calls and usage. Many online tutorials for ST7789 displays with Raspberry Pi or Arduino can provide practical examples.

Illustrations of various applications for the LCD Breakout module, including a smart watch, automobile speed gauge, pressure gauge, temperature sensor monitor, and heartbeat pulse meter.

Figure 4: Potential applications of the LCD Breakout module.

5. Maintenance

Proper care and maintenance will extend the lifespan of your LCD module.

6. Troubleshooting

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

7. Warranty and Support

Specific warranty information for this product is not provided in the available documentation. For any technical support, warranty claims, or further inquiries regarding the sb components 1.14-inch LCD Breakout Module, please contact sb components directly through their official support channels or website.

Related Documents - SKU21741

Preview Practical Electronics Crash Course: Learn Circuit Design the Fun Way
A comprehensive guide to practical electronics, covering fundamental concepts, passive and active components, circuits, and test and measurement techniques. This course is designed to make learning circuit design enjoyable and accessible.
Preview TRU Components 4 Channel Relay Module Datasheet
Datasheet for the TRU Components 4 channel relay module (Item no. 2250322), detailing pin definitions, wiring instructions, and example Arduino code for integration.
Preview OEM Cameras RHP-BOS-VPC-TTL-IF Quick Start Guide for Boson VPC TTL Interface Module
Concise quick start guide for the OEM Cameras RHP-BOS-VPC-TTL-IF module, detailing attachment, USB and JST connection methods, power input, and support resources for FLIR Boson systems.
Preview Panasonic KX-FP155 System Block Diagram - Technical Overview
Detailed block diagram illustrating the internal components and connections of the Panasonic KX-FP155 device, including ASIC, Gate Array, LCD Module, and Key Matrix, for technical specification purposes.
Preview ASUS ROG Zephyrus Duo 15 SE (GX551) Series Service Guide - Disassembly and Assembly
Comprehensive service guide for the ASUS ROG Zephyrus Duo 15 SE (GX551) series laptop. This document provides detailed instructions for component disassembly and assembly, including safety precautions, required tools, and component identification.
Preview Internet of Things (IoT) Advent Calendar: NanoESP Projects
A guide to 24 Internet of Things projects using the NanoESP board, covering Arduino IDE programming, Blynk app integration, web servers, MQTT, and sensor data collection.