ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
wire.h
Go to the documentation of this file.
1 
24 #ifndef _WIRE_H_
25 #define _WIRE_H_
26 
27 #include "wire_types.h"
28 
29 /* wire.c */
30 void wire2fp ( wire_p *in , point *out );
31 void wire_draw ( window *win , const wire_p *wire , const wire_e *edge , point *view , int x , int y , double scale , uint16_t color );
32 
33 #endif
unsigned short uint16_t
Definition: send.c:18
int16_t y[XYSTACK+2]
Definition: ili9341.c:372
void wire_draw(window *win, const wire_p *wire, const wire_e *edge, point *view, int x, int y, double scale, uint16_t color)
Definition: wire.c:60
int16_t x[XYSTACK+2]
Definition: ili9341.c:371
void wire2fp(wire_p *in, point *out)
Definition: wire.c:41
Point definition.
Definition: cordic.h:37
Definition: ili9341.h:34
wireframe view code