Adafruit ST7735 Library

repository·master·Indexed 20 days ago

https://github.com/adafruit/adafruit-st7735-library

A library for controlling Adafruit displays based on ST77* drivers using the SPI interface. Compatible with the Adafruit 1.8" TFT Breakout w/SD card, 1.8" TFT shield, 1.44" TFT breakout, and raw 1.8" TFT display. Requires the Adafruit_GFX library to be installed.

Tokens
208
Snippets
0
Records
2
Agent score
22%

What's inside Adafruit ST7735 Library

  1. Compatible Adafruit ST77* displays

    master

    This library is designed for several Adafruit displays using ST77* drivers, including:

    • Adafruit 1.8" TFT Breakout w/SD card
    • The 1.8" TFT shield
    • The 1.44" TFT breakout
    • Adafruit raw 1.8" TFT display

    These displays communicate via SPI and typically require 4 or 5 pins (RST is optional).

  2. Install the Adafruit ST7735 library

    master

    You can install the library using the Arduino IDE Library Manager. Alternatively, follow these manual steps:

    1. Download the library as a ZIP file.
    2. Uncompress the file.
    3. Rename the uncompressed folder to Adafruit_ST7735.
    4. Ensure the folder contains Adafruit_ST7735.cpp, Adafruit_ST7735.h, and related source files.
    5. Place the Adafruit_ST7735 folder into your ArduinoSketchFolder/Libraries/ directory.
    6. Restart the Arduino IDE.

    Note: This library requires the Adafruit_GFX library to be installed as well.