Image Mux(Multi channel Switch)
Jump to navigation
Jump to search
Summary
Selects one of multiple image inputs to route to the output.
Description
The **Image Mux** component routes one of **N** image inputs to **Out**. The selected input index is provided over the **Select** pin (0‑based). Configure how many inputs you need with **Input Pins** and optionally specify **Initial Channel**.
Diagram:
Categories
- File:TArduinoImageCategory.png Category Image – Components related to image selection
Properties
- Input Pins – Unsigned integer – number of image inputs.
- Initial Channel – Unsigned integer – the input index initially selected (0‑based).
Pins
- Select – Unsigned integer – selects which **In[n]** is routed.
- In[n] – Image input at index **n**, where **n ∈ [0..Input Pins−1]**.
- Out – Selected image output.