Handle LTDC interrupt request.
Set the LTDC window position.
Configure the LTDC Layer according to the specified parameters in the LTDC_InitTypeDef and create the associated handle.
Initialize the LTDC according to the specified parameters in the LTDC_InitTypeDef.
Enable the color lookup table.
Load the color lookup table.
De-initialize the LTDC peripheral.
Define the position of the line interrupt.
Reconfigure the frame buffer Address.
Disable the color keying.
Reconfigure the layer alpha value.
Configure the color keying.
De-initialize the LTDC MSP.
Function used to reconfigure the pitch for specific cases where the attached LayerIdx buffer have a width that is larger than the one intended to be displayed on screen. Example of a buffer 800x480 attached to layer for which we want to read and display on screen only a portion 320x240 taken in the center of the buffer. The pitch in pixels will be in that case 800 pixels and not 320 pixels as initially configured by previous call to HAL_LTDC_ConfigLayer().
Configure the LTDC peripheral
Set the LTDC window position without reloading. Variant of the function HAL_LTDC_SetWindowPosition without immediate reload.
Reload LTDC Layers configuration.
Set the LTDC window size.
Retrieve common parameters from DSI Video mode configuration structure
Configure the color keying without reloading. Variant of the function HAL_LTDC_ConfigColorKeying without immediate reload.
Enable the color keying without reloading. Variant of the function HAL_LTDC_EnableColorKeying without immediate reload.
Disable the color keying without reloading. Variant of the function HAL_LTDC_DisableColorKeying without immediate reload.
Set the LTDC window size without reloading. Variant of the function HAL_LTDC_SetWindowSize without immediate reload.
Reconfigure the layer alpha value without reloading. Variant of the function HAL_LTDC_SetAlpha without immediate reload.
Reconfigure the frame buffer Address without reloading. Variant of the function HAL_LTDC_SetAddress without immediate reload.
Disable the color lookup table.
Configure the LTDC Layer according to the specified without reloading parameters in the LTDC_InitTypeDef and create the associated handle. Variant of the function HAL_LTDC_ConfigLayer without immediate reload.
Reconfigure the pixel format without reloading. Variant of the function HAL_LTDC_SetPixelFormat without immediate reload.
Function used to reconfigure the pitch for specific cases where the attached LayerIdx buffer have a width that is larger than the one intended to be displayed on screen. Example of a buffer 800x480 attached to layer for which we want to read and display on screen only a portion 320x240 taken in the center of the buffer. The pitch in pixels will be in that case 800 pixels and not 320 pixels as initially configured by previous call to HAL_LTDC_ConfigLayer().
Reconfigure the pixel format.
Retrieve common parameters from DSI Adapted command mode configuration structure
Enable the color lookup table without reloading. Variant of the function HAL_LTDC_EnableCLUT without immediate reload.
Disable the color lookup table without reloading. Variant of the function HAL_LTDC_DisableCLUT without immediate reload.
Return the LTDC handle state.