Skip to content

Device Images

Device images are displayed in the SignalRGB UI on the device’s page and in the device list.

  • Resolution: 1024×1024 pixels
  • Live area: 920×920 pixels (keep the device centered within this region; the outer 52px on each side acts as padding)
  • Background: Transparent (PNG)
  • Hosting: Any publicly accessible URL — the image is referenced by URL, not bundled with the plugin

Return the direct URL to your image from the ImageUrl() export function:

export function ImageUrl() {
return "https://example.com/images/my-device.png";
}

If ImageUrl() is not exported, the device will appear with a generic placeholder image in the UI.

To have your plugin included in SignalRGB’s official plugin repository, send it to [email protected].