tft-rs 0.1.0

An interfacing library for several TFT LCD displays
Documentation
  • Coverage
  • 73.28%
    85 out of 116 items documented0 out of 17 items with examples
  • Size
  • Source code size: 22.28 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.42 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 16s Average build duration of successful builds.
  • all releases: 16s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ActuallyRuben/tft-rs
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ActuallyRuben

tft-rs

Generic interface library for several SPI controlled displays. Implements the embedded_graphics_core::draw_target::DrawTarget interface for these displays. Heavily inspired by the TFT_eSPI library.

Currently, this library only supports the ST7789 type of display, and is very much a work in progress. The API will change in future versions.