STM32769I_EVAL BSP User Manual: LCD Private Macros

STM32769I_EVAL BSP

STM32769I_EVAL 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 186 of file stm32f769i_eval_lcd.c.

Referenced by BSP_LCD_DrawLine(), and FillTriangle().

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

Definition at line 188 of file stm32f769i_eval_lcd.c.

Referenced by BSP_LCD_FillPolygon().

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

Definition at line 189 of file stm32f769i_eval_lcd.c.

Referenced by BSP_LCD_FillPolygon().

Generated on Thu May 25 2017 11:03:12 for STM32769I_EVAL BSP User Manual by   doxygen 1.7.6.1