Doly C++ SDK v1.00
Loading...
Searching...
No Matches
LcdControl

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...

Detailed Description

Doly LCD control API (Low-level).

LCD display control module.

Enumeration Type Documentation

◆ LcdColorDepth

enum class LcdColorDepth : uint32_t
strong

LCD pixel color depth / bus format selection.

Enumerator
L12BIT 

12-bit color depth (packed).

L18BIT 

18-bit color depth (packed).

Examples
LcdControl/main.cpp.

◆ LcdSide

enum LcdSide : uint8_t

Which LCD panel to address.

Enumerator
LEFT 
RIGHT