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
- Host: GitHub
- URL: https://github.com/baskiton/st7735-avr
- Owner: baskiton
- License: mit
- Created: 2020-09-03T12:23:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T12:33:01.000Z (over 5 years ago)
- Last Synced: 2025-08-19T22:32:52.560Z (12 months ago)
- Language: C
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## TFT Library for 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
* [][def_r]
* [][spi_r]
[def_r]: https://github.com/baskiton/defines-avr
[spi_r]: https://github.com/baskiton/spi-avr