Repeat Touch

From Visuino
Revision as of 04:47, 14 September 2025 by Visuino (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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