Image Mux(Multi channel Switch)

From Visuino
Revision as of 06:10, 14 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoImageMux.png == 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**. <b>Diagram:</b> Image:TArduinoImageMux.Preview.png == Categories == *Image:TArduinoImageCa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoImageMux.png

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

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.