Skip to main content

clutData_t

platform/driver/lcd/LCDDMA2D3_CMDList.hpp

Struct giving the format of an L8 image header.

Public Attributes

const uint8_tcompression
The compression used for the image.
const uint32_tdata
First pixels.
const uint8_tformat
The format of the color palette (565/888/8888).
const uint16_tsize
The number of colors in the palette.

Public Attributes Documentation

compression

const uint8_t compression

The compression used for the image.

data

const uint32_t data

First pixels.

format

const uint8_t format

The format of the color palette (565/888/8888).

size

const uint16_t size

The number of colors in the palette.