ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
Data Fields
p2_int16_t Struct Reference

2D display point - display coordinates are int16 More...

#include <ili9341.h>

Data Fields

int16_t X
 
int16_t Y
 

Detailed Description

2D display point - display coordinates are int16

Definition at line 51 of file ili9341.h.

Field Documentation

int16_t p2_int16_t::X

Definition at line 52 of file ili9341.h.

Referenced by tft_Bezier2(), and tft_Bezier3().

int16_t p2_int16_t::Y

Definition at line 53 of file ili9341.h.

Referenced by tft_Bezier2(), and tft_Bezier3().


The documentation for this struct was generated from the following file: