#include "stdbool.h"
Functions | |
bool | rtouch_calibrate (void) |
Start new calibration process, return false if finished. More... | |
bool rtouch_calibrate | ( | void | ) |
Start new calibration process, return false if finished.
References calibratehandler(), rtouch_calibration_point_struct::panelX, rtouch_calibration_point_struct::panelY, rtouch_calibration_points_struct::point1, rtouch_calibration_points_struct::point2, rtouch_calibration_points_struct::point3, rtouch_calibration_point_struct::rawX, rtouch_calibration_point_struct::rawY, RTOUCH_COLOR, rtouch_compute_calibration_matrix(), rtouch_get_event(), rtouch_get_event_handler(), rtouch_is_touched(), rtouch_set_calibration_matrix(), rtouch_set_event_handler(), state, tft_draw_filled_circle, tft_print_string, and TFT_WHOLE.
Referenced by main().