Contains the information regarding a LTDC layer.
Public Attributes | |
| const uint8_t * | data |
| Layer data pointer. | |
| uint16_t | posX |
| Horizontal position of the layer. | |
| uint16_t | posY |
| Vertical position of the layer. | |
| uint16_t | width |
| Layer width. | |
| uint16_t | height |
| Layer height. | |
| image_align_x_t | xAlign |
| X-Axis alignment of image on display. | |
| image_align_y_t | yAlign |
| Y-Axis alignment of image on display. | |
| uint32_t | PixelFormat |
| Specifies the pixel format. This parameter can be one of value of LTDC_Pixelformat. | |