ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
Main Page
Related Pages
Data Structures
Files
File List
Globals
wire
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
uint16_t
unsigned short uint16_t
Definition:
send.c:18
wire_p
Definition:
wire_types.h:28
y
int16_t y[XYSTACK+2]
Definition:
ili9341.c:372
wire_draw
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
x
int16_t x[XYSTACK+2]
Definition:
ili9341.c:371
wire2fp
void wire2fp(wire_p *in, point *out)
Definition:
wire.c:41
point
Point definition.
Definition:
cordic.h:37
window
Definition:
ili9341.h:34
wire_types.h
wireframe view code
wire_e
Definition:
wire_types.h:34
Generated on Wed Jan 31 2018 21:22:16 for ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts by
1.8.11