Image Toggle Switch
Jump to navigation
Jump to search
File:TArduinoImageToggleSwitch.png
Summary
Selects between two image inputs with a boolean toggle; remembers the last selection.
Description
The **Image Toggle Switch** selects between the **True** and **False** image inputs based on the **select** control. It remembers the last chosen side and can start from a predefined **Initial Select Value**.
Diagram:
Categories
- File:TArduinoImageCategory.png Category Image – Two-way image selection
Properties
- Enabled – When **False**, the component is disabled and no image is produced.
- Initial Select Value – Boolean – the initial state used to choose between **True** and **False** inputs.
Pins
- select – Boolean control input.
- True – Image input used when **select** is **True**.
- False – Image input used when **select** is **False**.
- Out – Selected image output.