Skip to content

almindor/st7789

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

st7789

This is a Rust driver library for ST7789 displays using embedded_graphics, embedded_hal, and no_std, no_alloc support.

ferris-demo

Deprecation warning

v0.7 of this crate is the last release. mipidsi is a new generic driver that contains ST7789 support and should serve as a drop in replacement for this driver.

Features

These features are enabled by default:

  • graphics - embedded-graphics support: pulls in embedded-graphics dependency
  • batch - batch-drawing optimization: pulls in heapless dependency and allocates 300 bytes for frame buffer in the driver

Status

  • Communications via SPI
  • Tested with PineTime watch
  • Hardware scrolling support
  • Offscreen Buffering

Minimum supported Rust version

The minimum supported Rust version for the st7789 driver is 1.51.0 or greater. Ensure you have the correct version of Rust installed, preferably through https://rustup.rs.

About

Rust library for displays using the ST7735 driver

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Rust 100.0%