|
roo_display
API Documentation for roo_display
|
Namespaces | |
| namespace | internal |
Data Structures | |
| class | Ili9488Target |
| class | Rgb666h |
Typedefs | |
| typedef SpiSettings< kSpiFrequency, kSpiMsbFirst, kSpiMode0 > | DefaultSpiSettings |
Enumerations | |
| enum | Command { NOP = 0x00 , SWRESET = 0x01 , SLPIN = 0x10 , SLPOUT = 0x11 , INVOFF = 0x20 , DISPOFF = 0x28 , DISPON = 0x29 , CASET = 0x2A , PASET = 0x2B , RAMWR = 0x2C , MADCTL = 0x36 , PIXSET = 0x3A , PWCTRL1 = 0xC0 , PWCTRL2 = 0xC1 , PWCTRL3 = 0xC2 , VMCTRL1 = 0xC5 , VMCTRL2 = 0xC7 , PGAMCTRL = 0xE0 , NGAMCTRL = 0xE1 } |
| enum | MadCtl { MY = 0x80 , MX = 0x40 , MV = 0x20 , ML = 0x10 , BGR = 0x08 , MH = 0x04 } |
Variables | |
| static const int16_t | kDefaultWidth = 320 |
| static const int16_t | kDefaultHeight = 480 |
| static const uint32_t | kSpiFrequency = 20 * 1000 * 1000 |