|
|
@ -40,10 +40,10 @@ int16_t Touch::x, Touch::y;
|
|
|
|
touch_control_t Touch::controls[];
|
|
|
|
touch_control_t Touch::controls[];
|
|
|
|
touch_control_t *Touch::current_control;
|
|
|
|
touch_control_t *Touch::current_control;
|
|
|
|
uint16_t Touch::controls_count;
|
|
|
|
uint16_t Touch::controls_count;
|
|
|
|
millis_t Touch::last_touch_ms = 0;
|
|
|
|
millis_t Touch::last_touch_ms = 0,
|
|
|
|
millis_t Touch::time_to_hold;
|
|
|
|
Touch::time_to_hold,
|
|
|
|
millis_t Touch::repeat_delay;
|
|
|
|
Touch::repeat_delay,
|
|
|
|
millis_t Touch::touch_time;
|
|
|
|
Touch::touch_time;
|
|
|
|
TouchControlType Touch::touch_control_type = NONE;
|
|
|
|
TouchControlType Touch::touch_control_type = NONE;
|
|
|
|
touch_calibration_t Touch::calibration;
|
|
|
|
touch_calibration_t Touch::calibration;
|
|
|
|
#if ENABLED(TOUCH_SCREEN_CALIBRATION)
|
|
|
|
#if ENABLED(TOUCH_SCREEN_CALIBRATION)
|
|
|
|