An open API service indexing awesome lists of open source software.

https://github.com/baskiton/st7735-avr

This avr-library is a display driver with an ST7735 controller and SPI communication
https://github.com/baskiton/st7735-avr

Last synced: about 1 month ago
JSON representation

This avr-library is a display driver with an ST7735 controller and SPI communication

Awesome Lists containing this project

README

          

## TFT Library for AVR
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/baskiton/st7735-avr?label=version)
[![GitHub](https://img.shields.io/github/license/baskiton/st7735-avr)](https://github.com/baskiton/st7735-avr/blob/master/LICENSE)

This library is a display driver with an `ST7735` controller and SPI communication that allows you to draw shapes, write text, and display images.
### Dependencies
* [![GitHub package.json dependency version (subfolder of monorepo)](https://img.shields.io/github/package-json/dependency-version/baskiton/st7735-avr/defines-avr?filename=library.json)][def_r]
* [![GitHub package.json dependency version (subfolder of monorepo)](https://img.shields.io/github/package-json/dependency-version/baskiton/st7735-avr/spi-avr?filename=library.json)][spi_r]

[def_r]: https://github.com/baskiton/defines-avr
[spi_r]: https://github.com/baskiton/spi-avr