UGREEN 240W USB Type-C Cable with LED Display 2M - Ugreen | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Ugreen

UGREEN 240W USB Type-C Cable with LED Display 2M

SKU: L530-65867
R 385.49
Out of Stock

240W USB PD 3.1 fast charging | Built-in LED display shows live wattage, voltage, and current | Nylon braided with aluminium alloy connectors | Over 10,000-bend durability | Compatible with laptops, smartphones, tablets, and gaming consoles

Get Notified When Available

Enter your email and we'll notify you when this item is back in stock.

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support
Secure payment — PayFast & Yoco · 256-bit SSL encrypted

Frequently Bought Together

240W USB PD 3.1 fast charging | Built-in LED display shows live wattage, voltage, and current | Nylon braided with aluminium alloy connectors | Over 10,000-bend durability | Compatible with laptops, smartphones, tablets, and gaming consoles

The UGREEN 240W USB Type-C Cable with LED Display is built for anyone who wants full-power, full-visibility charging in a single cable. Compliant with the USB PD 3.1 standard, it delivers up to 240W and remains backward compatible with 140W and 100W devices, so one cable handles your laptop, tablet, and smartphone without compromise. The built-in digital display cycles real-time wattage, voltage, and current readings, so you always know exactly how fast your device is charging. An advanced E-marker chip pairs with multi-protection circuitry guarding against over-current, over-voltage, over-temperature, and short-circuit events, keeping both the cable and your devices safe. The robust nylon braided exterior and solid aluminium alloy connectors are rated for over 10,000 bends, making this a long-term addition to any desk or bag. At 2 metres, there is enough reach to charge comfortably without being tethered to a wall.

Features

  • 240W USB PD 3.1 charging — backward compatible with 140W and 100W devices
  • Built-in LED display shows live wattage, voltage, and current in real time
  • E-marker chip with over-current, over-voltage, over-temperature, and short-circuit protection
  • Nylon braided exterior and aluminium alloy connectors rated for 10,000+ bends
  • USB Type-C to USB Type-C — compatible with laptops, smartphones, tablets, and gaming consoles
  • 2 m cable length for comfortable reach

Specifications

  • Connector A: USB Type-C
  • Connector B: USB Type-C
  • Cable Length: 2M
  • Standard / Version: USB PD 3.1
  • Max Resolution / Bandwidth: 240W
  • Power Delivery: 240W
  • Braided: Yes
  • Colour: Grey/Black
  • Warranty: 24 months

What's in the Box

  • UGREEN 240W USB Type-C Cable with LED Display 2M x1
Brand Ugreen
Colour Grey/Black
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 24 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

GIZZU 240W 20Gbps Type-C 1m Cable
Gizzu

GIZZU 240W 20Gbps Type-C 1m Cable

R 157.08

In Stock

WINX LINK Simple Type C to Asus Charging Cables
WINX

WINX LINK Simple Type C to Asus Charging Cables

R 260.90

Out of Stock

Xiaomi 3A USB-A to USB Type-C Cable 1M - White
Xiaomi

Xiaomi 3A USB-A to USB Type-C Cable 1M - White

R 125.93

In Stock

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!