Expand description
MIPI DCS commands.
Structs§
- Enter
Idle Mode - Enter Idle Mode
- Enter
Normal Mode - Enter Normal Mode
- Enter
Partial Mode - Enter Partial Mode
- Enter
Sleep Mode - Enter Sleep Mode
- Exit
Idle Mode - Exit Idle Mode
- Exit
Sleep Mode - Exit Sleep Mode
- Pixel
Format - Defines pixel format as combination of DPI and DBI
- SetAddress
Mode - Set Address Mode
- SetColumn
Address - Set Column Address
- SetDisplay
Off - Turn Display Off
- SetDisplay
On - Turn Display On
- SetInvert
Mode - Set Invert Mode
- SetPage
Address - Set Page Address
- SetPixel
Format - Set Pixel Format
- SetScroll
Area - Set Scroll Area
- SetScroll
Start - Set Scroll Start
- SetTearing
Effect - Set Tearing Effect
- Soft
Reset - Software Reset
- Write
Memory Start - Initiate Framebuffer Memory Write
Enums§
- Bits
PerPixel - Bits per pixel for DBI and DPI fields of PixelFormat
Traits§
- DcsCommand
- Common trait for DCS commands.
- Interface
Ext - An extension trait for
Interface
with support for writing DCS commands.