ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
calibrate.h
Go to the documentation of this file.
1 
25 #ifndef _CALIBRATE_H_
26 #define _CALIBRATE_H_
27 
28 /* calibrate.c */
31 MEMSPACE int tft_touch_map ( window *win , int16_t *X , int16_t *Y );
32 MEMSPACE int tft_map_test ( window *win , int points );
34 MEMSPACE int tft_touch_xy ( window *win , uint16_t *X , uint16_t *Y );
35 MEMSPACE int tft_touch_key ( window *win , uint16_t *X , uint16_t *Y );
36 
37 #endif // _CALIBRATE_H_
38 
39 
40 
MEMSPACE int tft_touch_map(window *win, int16_t *X, int16_t *Y)
unsigned short uint16_t
Definition: send.c:18
Cordic_T X
Main Cordic routine - used for basic trig and vector rotations We use fixed point numbers...
Definition: cordic.c:102
Cordic_T Y
Definition: cordic.c:102
MEMSPACE int tft_touch_xy_raw(window *win, uint16_t *X, uint16_t *Y)
MEMSPACE int tft_check_calibrated(window *win)
MEMSPACE int tft_map_test(window *win, int points)
#define MEMSPACE
Definition: cpu.h:25
MEMSPACE int tft_touch_xy(window *win, uint16_t *X, uint16_t *Y)
Definition: ili9341.h:34
MEMSPACE int tft_touch_key(window *win, uint16_t *X, uint16_t *Y)
MEMSPACE int tft_touch_calibrate(window *win)