embedded-display-controller

Crates.ioembedded-display-controller
lib.rsembedded-display-controller
version0.2.0
sourcesrc
created_at2021-01-01 17:55:59.644059
updated_at2024-01-17 21:43:16.137415
descriptionTraits for display controllers
homepage
repositoryhttps://github.com/richardeoin/embedded-display-controller
max_upload_size
id330154
size21,856
Richard Meadows (richardeoin)

documentation

README

Documentation

embedded-display-controller

docs.rs Crates.io

Traits for display controllers

This crate contains traits that represent display controllers with a memory-backed framebuffer. These controllers are typically integrated into a System on Chip (SoC) or connected via a memory bus. They are used to drive larger / higher performance displays.

Note that this crate is not aimed at smaller displays that are updated by sending commands over a low-speed databus (SPI, I2C, ..). These typically have individual driver crates (some examples are listed here). Also note that this crate does not cover functionality available through the panel's own line drivers or management controller. Only the controller in the SoC.

This crate allows libraries for operating on display layers to be written independently of the exact controller architecture.

Commit count: 1

cargo fmt