POLY_Y is only used within Adafruit_Shield.
 
Symbols
loading...
Files
loading...

POLY_Y macro

Syntax

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

Arguments

Z

References

LocationText
stm32_adafruit_lcd.c:87
#define POLY_Y(Z) ((int32_t)((Points + (Z))->Y))
stm32_adafruit_lcd.c:772
pixelY = POLY_Y(counter);