STM32F769I-Discovery BSP User Manual: LCD Private Macros

STM32F769I-Discovery BSP Drivers

STM32F769I-Discovery BSP User Manual
LCD Private Macros

Defines

#define ABS(X)   ((X) > 0 ? (X) : -(X))
#define POLY_X(Z)   ((int32_t)((Points + (Z))->X))
#define POLY_Y(Z)   ((int32_t)((Points + (Z))->Y))

Define Documentation

#define ABS (   X)    ((X) > 0 ? (X) : -(X))

Definition at line 167 of file stm32f769i_discovery_lcd.c.

Referenced by BSP_LCD_DrawLine(), and FillTriangle().

#define POLY_X (   Z)    ((int32_t)((Points + (Z))->X))

Definition at line 169 of file stm32f769i_discovery_lcd.c.

Referenced by BSP_LCD_FillPolygon().

#define POLY_Y (   Z)    ((int32_t)((Points + (Z))->Y))

Definition at line 170 of file stm32f769i_discovery_lcd.c.

Referenced by BSP_LCD_FillPolygon().

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