STM32F769I-Discovery BSP User Manual: STM32F769I DISCOVERY LCD Exported Types

STM32F769I-Discovery BSP Drivers

STM32F769I-Discovery BSP User Manual
STM32F769I DISCOVERY 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...

Typedef Documentation

typedef Point* pPoint

Pointer on LCD Drawing point (pixel) geometric definition.

Definition at line 287 of file stm32f769i_discovery_lcd.h.


Enumeration Type Documentation

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 305 of file stm32f769i_discovery_lcd.h.

LCD drawing Line alignment mode definitions.

Enumerator:
CENTER_MODE 

Center mode

RIGHT_MODE 

Right mode

LEFT_MODE 

Left mode

Definition at line 292 of file stm32f769i_discovery_lcd.h.

Generated on Fri Dec 30 2016 18:30:07 for STM32F769I-Discovery BSP User Manual by   doxygen 1.7.6.1