STM32469I_EVAL + 0/1 examples
CodeScope will show references to Point from the following samples and libraries:
Examples
STM32469I_EVAL
Examples
 
Symbols
loading...
Files
loading...

Point struct

LCD Drawing point (pixel) geometric definition

Syntax

typedef struct {   int16_t X;    int16_t Y;  } Point;

Fields

X

geometric X position of drawing. Read more...

Y

geometric Y position of drawing. Read more...

Examples

Point is referenced by 1 libraries and example projects.