STM32469I_EVAL BSP User Manual: STM32469I EVAL LCD Exported Types

STM32469I EVAL BSP Drivers

STM32469I_EVAL BSP User Manual
STM32469I EVAL LCD Exported Types

Data Structures

struct  LCD_DrawPropTypeDef
 LCD Drawing main properties. More...
struct  Point
 LCD Drawing point (pixel) geometric definition. More...

Typedefs

typedef PointpPoint
 Pointer on LCD Drawing point (pixel) geometric definition.

Enumerations

enum  Text_AlignModeTypdef { CENTER_MODE = 0x01, RIGHT_MODE = 0x02, LEFT_MODE = 0x03 }
 LCD drawing Line alignment mode definitions. More...
enum  LCD_OrientationTypeDef { LCD_ORIENTATION_PORTRAIT = 0x00, LCD_ORIENTATION_LANDSCAPE = 0x01, LCD_ORIENTATION_INVALID = 0x02 }
 LCD_OrientationTypeDef Possible values of Display Orientation. More...
enum  LCD_DsiPixelDataFmtTypeDef { LCD_DSI_PIXEL_DATA_FMT_RBG888 = 0x00, LCD_DSI_PIXEL_DATA_FMT_RBG565 = 0x02, LCD_DSI_PIXEL_DATA_FMT_INVALID = 0x03 }
 Possible values of pixel data format (ie color coding) transmitted on DSI Data lane in DSI packets. More...

Typedef Documentation

typedef Point* pPoint

Pointer on LCD Drawing point (pixel) geometric definition.

Definition at line 260 of file stm32469i_eval_lcd.h.


Enumeration Type Documentation

Possible values of pixel data format (ie color coding) transmitted on DSI Data lane in DSI packets.

Enumerator:
LCD_DSI_PIXEL_DATA_FMT_RBG888 

DSI packet pixel format chosen is RGB888 : 24 bpp

LCD_DSI_PIXEL_DATA_FMT_RBG565 

DSI packet pixel format chosen is RGB565 : 16 bpp

LCD_DSI_PIXEL_DATA_FMT_INVALID 

Invalid DSI packet pixel format

Definition at line 289 of file stm32469i_eval_lcd.h.

LCD_OrientationTypeDef Possible values of Display Orientation.

Enumerator:
LCD_ORIENTATION_PORTRAIT 

Portrait orientation choice of LCD screen

LCD_ORIENTATION_LANDSCAPE 

Landscape orientation choice of LCD screen

LCD_ORIENTATION_INVALID 

Invalid orientation choice of LCD screen

Definition at line 278 of file stm32469i_eval_lcd.h.

LCD drawing Line alignment mode definitions.

Enumerator:
CENTER_MODE 

Center mode

RIGHT_MODE 

Right mode

LEFT_MODE 

Left mode

Definition at line 265 of file stm32469i_eval_lcd.h.

Generated on Tue Jan 12 2016 17:51:25 for STM32469I_EVAL BSP User Manual by   doxygen 1.7.6.1