Enum stm32f7xx_hal::ltdc::PixelFormat[][src]

pub enum PixelFormat {
    ARGB8888,
    RGB565,
    ARGB1555,
    ARGB4444,
    L8,
    AL44,
    AL88,
}
Expand description

Available PixelFormats to work with

Notes :

  • L8: 8-bit luminance or CLUT
  • AL44: 4-bit alpha + 4-bit luminance
  • AL88: 8-bit alpha + 8-bit luminance

Variants

ARGB8888
RGB565
ARGB1555
ARGB4444
L8
AL44
AL88

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.