TimYorke / st7789

Rust library for displays using the ST7735 driver

Home Page:https://docs.rs/st7735-lcd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

st7789

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

ferris-demo

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
  • buffer - use a 128 byte buffer for SPI data transfers

Status

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

Changelog

About

Rust library for displays using the ST7735 driver

https://docs.rs/st7735-lcd

License:MIT License


Languages

Language:Rust 100.0%