STM32F439xx HAL User Manual
Data Fields
LTDC_ColorTypeDef Struct Reference

LTDC color structure definition. More...

#include <stm32f4xx_hal_ltdc.h>

Data Fields

uint8_t Blue
uint8_t Green
uint8_t Red
uint8_t Reserved

Detailed Description

LTDC color structure definition.

Definition at line 66 of file stm32f4xx_hal_ltdc.h.


Field Documentation

Configures the blue value. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0xFF.

Definition at line 68 of file stm32f4xx_hal_ltdc.h.

Referenced by HAL_LTDC_Init(), and LTDC_SetConfig().

Configures the green value. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0xFF.

Definition at line 71 of file stm32f4xx_hal_ltdc.h.

Referenced by HAL_LTDC_Init(), and LTDC_SetConfig().

Configures the red value. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0xFF.

Definition at line 74 of file stm32f4xx_hal_ltdc.h.

Referenced by HAL_LTDC_Init(), and LTDC_SetConfig().

Reserved 0xFF

Definition at line 77 of file stm32f4xx_hal_ltdc.h.


The documentation for this struct was generated from the following file: