Struct stm32f7xx_hal::ltdc::DisplayController[][src]

pub struct DisplayController<T: 'static + SupportedWord> { /* fields omitted */ }

Implementations

Create and configure the DisplayController

Configure the layer

Note : the choice is made (for the sake of simplicity) to make the layer as big as the screen

Color Keying and CLUT are not yet supported

Enable the layer

Draw a pixel at position (x,y) on the given layer

Draw hardware accelerated rectangle

Safety

TODO: use safer DMA transfers

Reload display controller immediatly

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.