2 unstable releases
0.2.0 | Jan 17, 2024 |
---|---|
0.1.0 | Jan 1, 2021 |
#677 in Embedded development
10,898 downloads per month
Used in 4 crates
(3 directly)
9KB
81 lines
Documentation
embedded-display-controller
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.