STM32F469I-Discovery BSP User Manual
|
Variables | |
DMA2D_HandleTypeDef | hdma2d_eval |
LTDC_HandleTypeDef | hltdc_eval |
DSI_HandleTypeDef | hdsi_eval |
uint32_t | lcd_x_size = OTM8009A_800X480_WIDTH |
uint32_t | lcd_y_size = OTM8009A_800X480_HEIGHT |
static uint32_t | ActiveLayer = LTDC_ACTIVE_LAYER_BACKGROUND |
Default Active LTDC Layer in which drawing is made is LTDC Layer Background. | |
static LCD_DrawPropTypeDef | DrawProp [LTDC_MAX_LAYER_NUMBER] |
Current Drawing Layer properties variable. |
Variable Documentation
uint32_t ActiveLayer = LTDC_ACTIVE_LAYER_BACKGROUND [static] |
Default Active LTDC Layer in which drawing is made is LTDC Layer Background.
Definition at line 154 of file stm32469i_discovery_lcd.c.
Referenced by BSP_LCD_Clear(), BSP_LCD_ClearStringLine(), BSP_LCD_DisplayChar(), BSP_LCD_DisplayStringAt(), BSP_LCD_DrawBitmap(), BSP_LCD_DrawCircle(), BSP_LCD_DrawEllipse(), BSP_LCD_DrawHLine(), BSP_LCD_DrawLine(), BSP_LCD_DrawPixel(), BSP_LCD_DrawVLine(), BSP_LCD_FillCircle(), BSP_LCD_FillRect(), BSP_LCD_GetBackColor(), BSP_LCD_GetFont(), BSP_LCD_GetTextColor(), BSP_LCD_ReadPixel(), BSP_LCD_SelectLayer(), BSP_LCD_SetBackColor(), BSP_LCD_SetFont(), BSP_LCD_SetTextColor(), BSP_LCD_SetXSize(), BSP_LCD_SetYSize(), and DrawChar().
LCD_DrawPropTypeDef DrawProp[LTDC_MAX_LAYER_NUMBER] [static] |
Current Drawing Layer properties variable.
Definition at line 159 of file stm32469i_discovery_lcd.c.
DMA2D_HandleTypeDef hdma2d_eval |
Definition at line 136 of file stm32469i_discovery_lcd.c.
Referenced by BSP_LCD_DMA2D_IRQHandler(), LL_ConvertLineToARGB8888(), and LL_FillBuffer().
DSI_HandleTypeDef hdsi_eval |
Definition at line 138 of file stm32469i_discovery_lcd.c.
Referenced by BSP_LCD_DisplayOff(), BSP_LCD_DisplayOn(), BSP_LCD_DSI_IRQHandler(), BSP_LCD_InitEx(), and DSI_IO_WriteCmd().
LTDC_HandleTypeDef hltdc_eval |
Definition at line 137 of file stm32469i_discovery_lcd.c.
Referenced by BSP_LCD_Clear(), BSP_LCD_DrawBitmap(), BSP_LCD_DrawHLine(), BSP_LCD_DrawPixel(), BSP_LCD_DrawVLine(), BSP_LCD_FillRect(), BSP_LCD_InitEx(), BSP_LCD_LayerDefaultInit(), BSP_LCD_LTDC_ER_IRQHandler(), BSP_LCD_LTDC_IRQHandler(), BSP_LCD_ReadPixel(), BSP_LCD_ResetColorKeying(), BSP_LCD_SetColorKeying(), BSP_LCD_SetLayerAddress(), BSP_LCD_SetLayerVisible(), BSP_LCD_SetLayerWindow(), BSP_LCD_SetTransparency(), BSP_LCD_SetXSize(), and BSP_LCD_SetYSize().
uint32_t lcd_x_size = OTM8009A_800X480_WIDTH |
Definition at line 139 of file stm32469i_discovery_lcd.c.
Referenced by BSP_LCD_GetXSize(), and BSP_LCD_InitEx().
uint32_t lcd_y_size = OTM8009A_800X480_HEIGHT |
Definition at line 140 of file stm32469i_discovery_lcd.c.
Referenced by BSP_LCD_GetYSize(), and BSP_LCD_InitEx().
Generated on Wed Jan 13 2016 10:58:46 for STM32F469I-Discovery BSP User Manual by
