Graphics::SpiDisplayList::Commands Struct Reference
Commonly-used display-specific command codes. More...
#include <SpiDisplayList.h>
Collaboration diagram for Graphics::SpiDisplayList::Commands:
Public Attributes | |
uint8_t | setColumn |
uint8_t | setRow |
uint8_t | readStart |
uint8_t | read |
uint8_t | writeStart |
Detailed Description
Commonly-used display-specific command codes.
Short codes are used to represent these commands. Other commands are stored directly in the list.
Member Data Documentation
◆ read
uint8_t Graphics::SpiDisplayList::Commands::read |
◆ readStart
uint8_t Graphics::SpiDisplayList::Commands::readStart |
◆ setColumn
uint8_t Graphics::SpiDisplayList::Commands::setColumn |
◆ setRow
uint8_t Graphics::SpiDisplayList::Commands::setRow |
◆ writeStart
uint8_t Graphics::SpiDisplayList::Commands::writeStart |
The documentation for this struct was generated from the following file: