![]() |
Doly C++ SDK v1.00
|
Doly LCD control API (Low-level). More...
Namespaces | |
| namespace | LcdControl |
Classes | |
| struct | LcdData |
| Frame descriptor used by writeLcd(). More... | |
Enumerations | |
| enum class | LcdColorDepth : uint32_t { LcdColorDepth::L12BIT = 0x03 , LcdColorDepth::L18BIT = 0x06 } |
| LCD pixel color depth / bus format selection. More... | |
| enum | LcdSide : uint8_t { LEFT , RIGHT } |
| Which LCD panel to address. More... | |
Doly LCD control API (Low-level).
LCD display control module.
|
strong |
LCD pixel color depth / bus format selection.
| Enumerator | |
|---|---|
| L12BIT | 12-bit color depth (packed). |
| L18BIT | 18-bit color depth (packed). |
| enum LcdSide : uint8_t |