Repeat Touch: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoRepeatTouch.png == Summary == The **Repeat Touch** component repeats a touch signal input a specified number of times. == Description == This component receives a touch input and outputs it multiple times according to the configured count. Useful for gesture recognition, touch-based controls, or generating repeated touch events for testing. <b>Diagram:</b> Image:TArduinoRepeatTouch.Preview.png == Properties == *'''Enabled''' (boolean) – E..."
 
(No difference)

Latest revision as of 04:47, 14 September 2025

File:TArduinoRepeatTouch.png

Summary

The **Repeat Touch** component repeats a touch signal input a specified number of times.

Description

This component receives a touch input and outputs it multiple times according to the configured count. Useful for gesture recognition, touch-based controls, or generating repeated touch events for testing.

Diagram:

Properties

  • Enabled (boolean) – Enables or disables the repeat function.
  • Count (integer) – Number of times the touch input is repeated.

Pins

Input Pins

  • in – Input touch signal.

Output Pins

  • out – Output repeated touch signal.

Categories