Help Center

Software Downloads

Choose a software type from the list below and click to download.

Help Center

Product Downloads

Choose a product from the grid below and view it’s downloadable software, firmware, or drivers.

jQuery(document).ready(function($) { function activateElementorTab() { var hash = window.location.hash; if (!hash) return; // Check if the clicked link starts with our specific prefix if (hash.indexOf('#prod') === 0) { // Extract the number (e.g., "#prod-tab-2" becomes 2) var tabNumber = hash.replace('#prod', ''); if ($.isNumeric(tabNumber)) { // Convert to 0-based index (Tab 1 is index 0, Tab 2 is index 1) var targetIndex = parseInt(tabNumber) - 1; // Target your specific tabs container var $container = $('#my-custom-tabs'); // Elementor's actual clickable tab elements // (Covers Classic, Nested, and Loop Grid Tabs) var $tabToClick = $container.find('.e-n-tab-title, .elementor-tab-title, [role="tab"]').eq(targetIndex); if ($tabToClick.length) { // Force a native browser click event if ($tabToClick[0]) { $tabToClick[0].click(); // Optional: Smooth scroll to the tab area $('html, body').animate({ scrollTop: $container.offset().top - 100 }, 300); } } } } } // Trigger instantly when a same-page button is clicked $(window).on('hashchange', function(e) { activateElementorTab(); }); // Trigger on page load (with a slight delay so Elementor can finish building the layout) setTimeout(activateElementorTab, 400); });
Get Product Help

Support Documents

Downloads

Access the latest official software releases, firmware patches, and device drivers to keep your display systems secure, fully compliant, and ready for deployment.

Tutorials

Access our library of step-by-step video tutorials and configuration guides to easily walk through software mapping, physical hardware setups, and troubleshooting.

Catalogs

Explore and download our comprehensive product catalogs for a complete, detailed breakdown of our factory-direct LED inventory.

Get Product Help

Other Support Options

Send Us A Message

Have questions? Send our support team a message using our online form.

Give Us A Call

Call our support line to get immediate help with installation or technical questions.