No description
Find a file
2025-01-28 14:56:05 +00:00
.github Update CI action versions 2023-05-12 11:23:55 -04:00
examples fix avr 2025-01-24 11:52:17 -05:00
.gitignore Updated Examples 2019-07-22 16:48:37 -07:00
Adafruit_ST77xx.cpp Update Adafruit_ST77xx.cpp 2024-11-04 22:07:29 -08:00
Adafruit_ST77xx.h sleep method added 2020-08-18 11:09:24 +02:00
Adafruit_ST7735.cpp Ran clang-format 2023-02-06 09:31:02 -08:00
Adafruit_ST7735.h the plug-in FPC version of this display is sliiiiiiiiiiiightly different 2022-12-29 19:43:01 -05:00
Adafruit_ST7789.cpp Add 7789 example and fix a couple displays 2022-03-22 10:22:05 -07:00
Adafruit_ST7789.h Clean up the offset logic for st7789 displays 2021-02-26 16:41:20 -08:00
Adafruit_ST7796S.cpp clangf 2025-01-24 10:57:47 -05:00
Adafruit_ST7796S.h clangf 2025-01-24 10:57:47 -05:00
CMakeLists.txt Create CMakeLists.txt 2025-01-01 16:37:51 -07:00
library.properties Update library.properties - bump version to 1.11.0 2025-01-28 14:56:05 +00:00
README.txt Clean up formatting & Doxygen comments 2018-11-26 14:05:19 -08:00

This is a library for several Adafruit displays based on ST77* drivers.

  Works with the Adafruit 1.8" TFT Breakout w/SD card
    ----> http://www.adafruit.com/products/358
  The 1.8" TFT shield
    ----> https://www.adafruit.com/product/802
  The 1.44" TFT breakout
    ----> https://www.adafruit.com/product/2088
  as well as Adafruit raw 1.8" TFT display
    ----> http://www.adafruit.com/products/618
 
Check out the links above for our tutorials and wiring diagrams.
These displays use SPI to communicate, 4 or 5 pins are required to
interface (RST is optional).

Adafruit invests time and resources providing this open source code,
please support Adafruit and open-source hardware by purchasing
products from Adafruit!

Written by Limor Fried/Ladyada for Adafruit Industries.
MIT license, all text above must be included in any redistribution.

Recent Arduino IDE releases include the Library Manager for easy installation. Otherwise, to download, click the DOWNLOAD ZIP button, uncompress and rename the uncompressed folder Adafruit_ST7735. Confirm that the Adafruit_ST7735 folder contains Adafruit_ST7735.cpp, Adafruit_ST7735.h and related source files. Place the Adafruit_ST7735 library folder your ArduinoSketchFolder/Libraries/ folder. You may need to create the Libraries subfolder if its your first library. Restart the IDE.

Also requires the Adafruit_GFX library for Arduino.