| Typedefs | |
| typedef void(* | DisplayLayer) (ltdc_layer_info_t *layerInfo, int layerIdx) | 
| Call the LTDC module to display relevant layer. | |
| Enumerations | |
| enum | screen_type_t { SCREEN_SPLASH = 0 , SCREEN_MAIN , SCREEN_CONF , SCREEN_APPINFO , SCREEN_intelliSENS , SCREEN_COUNT , SCREEN_NONE , SCREEN_PREVIOUS } | 
| Defines the available screen types.  More... | |
| enum | image_align_x_t { ALIGN_LEFT_X , ALIGN_RIGHT_X , ALIGN_CENTER_X } | 
| X-Axis alignment for the image.  More... | |
| enum | image_align_y_t { ALIGN_UP_Y , ALIGN_DOWN_Y , ALIGN_CENTER_Y } | 
| Y-Axis alignment for the image.  More... | |
| typedef void(* DisplayLayer) (ltdc_layer_info_t *layerInfo, int layerIdx) | 
| layerInfo | Layer information | 
| layerIdx | Layer ID | 
| enum image_align_x_t | 
| enum image_align_y_t | 
| enum screen_type_t |