# Supported screens

### Supported screens

* Vocore  &#x20;

  usb screen, supports "leds pass through"\*
* USBD480 :  \
  Usb screen, does not supports "leds pass through"\*
* USBD480NX\
  Usb screen,  supports "leds pass through"\*
* HDMI Monitor \
  Simple monitor display ,  does not supports "leds pass through"\*
* Remote web display \
  Provides a dedicated html "page" for each  device,  does not supports "leds pass through"\*
* MMF Rendering \
  In memory rendering which can be read by an external application,  supports "leds pass through"\*

\* leds pass through : Leds data can be sent through the screen instead of using a separate hardware interface.

### **MMF Rendering**

MMF rendering is producing a dashboard rendering in memory. In this particular case a "consumer" application (typically making the interface with the real hardware) will expose all the available devices. Then Simhub can connect and render through shared memory the dashboards like any classic hardware displays.

This rendering can be used to bridge to unsupported screens/displays handled by an external application as well as virtual displays (IE : In sim dashboards textures ...)\
\
A demo "consumer" application can be found here: <https://www.simhubdash.com/downloads/MMFVisualizerV3.zip>\
\
To get it running make sure to make the device type id match the one shown in the device authoring tools : <br>

<figure><img src="/files/QaUZZ6ZwrXtkQck2HnAM" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.simhubdash.com/device-definition-authoring/supported-screens.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
