UGREEN 240W USB Type-C Cable with LED Display 1M - 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 1M

SKU: L530-65866
R 312.81
Out of Stock

240W USB PD 3.1 fast charging | Live LED power display | Built-in safety protection | Nylon braided for durability | Backward compatible with 100W and 140W devices

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 | Live LED power display | Built-in safety protection | Nylon braided for durability | Backward compatible with 100W and 140W devices

The UGREEN 240W USB Type-C Cable with LED Display is built for anyone who demands fast, reliable charging and wants to see exactly what's happening at a glance. Delivering up to 240W via USB PD 3.1, it charges laptops, smartphones, tablets, and gaming consoles at full speed — and remains backward compatible with 100W and 140W devices. The built-in LED display shows live wattage, voltage, and current in real time, so you always know your charging status without guessing. An E-marker chip provides over-current, over-voltage, over-temperature, and short-circuit protection for peace of mind. Data transfers at up to 480 Mbps, while the nylon braided exterior and aluminium alloy connectors — rated for 10,000+ bends — ensure the cable holds up to daily use. At 1 m, it's a practical length for desk and bedside charging.

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
  • Data transfer speeds up to 480Mbps
  • Compatible with laptops, smartphones, tablets, and gaming consoles
  • Nylon braided exterior and aluminium alloy connectors rated for 10,000+ bends

Specifications

  • Connector A: USB Type-C
  • Connector B: USB Type-C
  • Cable Length: 1M
  • Standard / Version: USB PD 3.1
  • Max Resolution / Bandwidth: 240W / 480 Mbps
  • 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 1M – Grey/Black 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 60W 480Mbps Type-C 1m Cable
Gizzu

GIZZU 60W 480Mbps Type-C 1m Cable

R 32.50

Out of Stock

WINX USB to Type-C|Lightning Charging Cables
WINX

WINX USB to Type-C|Lightning Charging Cables

R 1 247.20

In Stock

GIZZU 60W 480Mbps Type-C 2m Cable
Gizzu

GIZZU 60W 480Mbps Type-C 2m Cable

R 53.26

Out of Stock

Gizzu USB 3.0 Active Extension Cable 5m - Black
Gizzu

Gizzu USB 3.0 Active Extension Cable 5m - Black

R 271.28

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!