Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save munder-sa/0488001d1c2bf0bb449450099257c3cf to your computer and use it in GitHub Desktop.

Select an option

Save munder-sa/0488001d1c2bf0bb449450099257c3cf to your computer and use it in GitHub Desktop.
Zotac RTX 5000 Series Amp Extreme - Horizontal Mount - SignalRGB Component

SignalRGB Component For Horizontal Mounted Zotac 5000 Series Amp Extreme

Custom LED arrangement for a Horizontal mounted Zotac 5000 series "Amp Extreme" card connected to ARGB.

This positions everything such that it works how you expect it to on SignalRGBs 2D canvas.

Warning

Tested only with Zotac RTX5090 Amp Extreme and Zotac RTX5080 Amp Extreme. This may not be compatible with non-Amp Extreme models or cards outside the RTX 5000 series, as the number of LEDs might differ.

If you have a Vertically mounted card this profile isn't for you out of the box, but you can use Original https://gist.github.com/adamscybot/dd22a8a862f4f3d09ee9003049fd70d0

Installation

  1. If you haven't already, ensure the card is in Spectra Link mode via the Zotac Firestorm Software and you have connected the cards ARGB input to your motherboard/controller using the supplied ARGB cable.
  2. Drop the JSON file in %userprofile%\Documents\WhirlwindFX\Components
  3. Find your ARGB channel within signal devices, and on the add component window, select "custom" on the type dropdown.
  4. Add "Zotac RTX 5000 Series Amp Extreme - Horizontal Mount".

Original by https://gist.github.com/adamscybot/dd22a8a862f4f3d09ee9003049fd70d0 https://gist.github.com/adamscybot

{
"ProductName": "Zotac RTX 5000 Series Amp Extreme - Horizontal Mount",
"DisplayName": "Zotac RTX 5000 Series Amp Extreme",
"Brand" : "Zotac",
"Type" : "custom",
"LedCount" : 52,
"Width": 30,
"Height": 5,
"LedMapping" : [
0,1,2,3,4,5,
31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,
37,38,
39,40,41,42,43,44,45,
32,33,
36,35,34,51,50,49,48,
46,47
],
"LedNames" : [
"Logo1","Logo2","Logo3","Logo4","Logo5","Logo6",
"Strip1","Strip2","Strip3","Strip4","Strip5","Strip6","Strip7","Strip8","Strip9","Strip10","Strip11","Strip12","Strip13","Strip14","Strip15","Strip16","Strip17","Strip18","Strip19","Strip20","Strip21","Strip22","Strip23","Strip24","Strip25","Strip26",
"MirrorRimTop1","MirrorRimTop2",
"MirrorRimFarSide1","MirrorRimFarSide2","MirrorRimFarSide3","MirrorRimFarSide4","MirrorRimFarSide5","MirrorRimFarSide6","MirrorRimFarSide7",
"MirrorLogo1","MirrorLogo2",
"MirrorRimNearSide1","MirrorRimNearSide2","MirrorRimNearSide3","MirrorRimNearSide4","MirrorRimNearSide5","MirrorRimNearSide6","MirrorRimNearSide7",
"MirrorRimBottom1","MirrorRimBottom2"
],
"LedCoordinates" : [
[20,0], [21,0], [22,0], [23,0], [24,0], [25,0],
[0,1], [1,1], [2,1], [3,1], [4,1], [5,1], [6,1], [7,1], [8,1], [9,1], [10,1], [11,1], [12,1], [13,1], [14,1], [15,1], [16,1], [17,1], [18,1], [19,1], [20,1], [21,1], [22,1], [23,1], [24,1], [25,1],
[26,0], [26,0],
[23,1], [24,1], [25,1], [26,1], [27,1], [28,1], [29,1],
[26,2], [26,2],
[23,3], [24,3], [25,3], [26,3], [27,3], [28,3], [29,3],
[26,4], [26,4]
],
"ImageUrl": "https://www.zotac.com/download/files/page/GR5S/a%20powerful%20cooling%20system_bladelink%20fans02.png"
}
@adamscybot
Copy link

Nice. I've linked to this from my gist :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment