Crates.io | st7789 |
lib.rs | st7789 |
version | 0.7.0 |
source | src |
created_at | 2020-03-07 17:11:27.164889 |
updated_at | 2022-08-03 23:30:58.446325 |
description | ST7789 TFT LCD driver with embedded-graphics support |
homepage | |
repository | https://github.com/almindor/st7789 |
max_upload_size | |
id | 216379 |
size | 33,448 |
This is a Rust driver library for ST7789 displays using embedded_graphics, embedded_hal, and no_std, no_alloc support.
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.
These features are enabled by default:
graphics
- embedded-graphics support: pulls in embedded-graphics dependencybatch
- batch-drawing optimization: pulls in heapless dependency and allocates 300 bytes for frame buffer in the driverThe 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.