LTDC_InitTypeDef struct
LTDC Init structure definition
Fields
configures the horizontal synchronization polarity. This parameter can be one value of LTDC_HS_POLARITY.
configures the vertical synchronization polarity. This parameter can be one value of LTDC_VS_POLARITY.
configures the data enable polarity. This parameter can be one of value of LTDC_DE_POLARITY.
configures the pixel clock polarity. This parameter can be one of value of LTDC_PC_POLARITY.
configures the number of Horizontal synchronization width. This parameter must be a number between Min_Data = 0x000 and Max_Data = 0xFFF.
configures the number of Vertical synchronization height. This parameter must be a number between Min_Data = 0x000 and Max_Data = 0x7FF.
configures the accumulated horizontal back porch width. This parameter must be a number between Min_Data = LTDC_HorizontalSync and Max_Data = 0xFFF.
configures the accumulated vertical back porch height. This parameter must be a number between Min_Data = LTDC_VerticalSync and Max_Data = 0x7FF.
configures the accumulated active width. This parameter must be a number between Min_Data = LTDC_AccumulatedHBP and Max_Data = 0xFFF.
configures the accumulated active height. This parameter must be a number between Min_Data = LTDC_AccumulatedVBP and Max_Data = 0x7FF.
configures the total width. This parameter must be a number between Min_Data = LTDC_AccumulatedActiveW and Max_Data = 0xFFF.
configures the total height. This parameter must be a number between Min_Data = LTDC_AccumulatedActiveH and Max_Data = 0x7FF.
Configures the background color.