Metadata-Version: 2.1
Name: st7735-tft
Version: 1.0
Summary: Python library for controlling ST7735 based displays
Home-page: https://github.com/Frederic98/st7735_tft
Author: Frederic
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# ST7735 TFT
This python library is to interface with LCD displays based on the ST7735 chip.  
It is based on [ST7735 by Pimoroni](https://github.com/pimoroni/st7735-python), but made to be faster when only updating a section of the screen.
- Only updates the pixels that have changed since the last screen update
- Can use `pigpio` or `RPi.GPIO` libraries



