Repeat Char

From Visuino
Revision as of 02:46, 14 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoRepeatChar.png == Summary == The **Repeat Char** component repeats a character or text element a specified number of times. == Description == This component takes a text or character input and outputs it multiple times according to the configured count. Useful for generating repeated text sequences, display testing, or string manipulation. <b>Diagram:</b> Image:TArduinoRepeatChar.Preview.png == Properties == *'''Enabled''' (boolean) – Ena...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

The **Repeat Char** component repeats a character or text element a specified number of times.

Description

This component takes a text or character input and outputs it multiple times according to the configured count. Useful for generating repeated text sequences, display testing, or string manipulation.

Diagram:

Properties

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

Pins

Input Pins

  • in – Input character or text to repeat.

Output Pins

  • out – Output repeated character or text.

Categories