Patriot LX CL10 128GB Micro SDHC (Without Adapter) - Patriot | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Patriot

Patriot LX CL10 128GB Micro SDHC (Without Adapter)

SKU: PSF128GMDC10
R 519.00 R 599.00
You save R 80.00 (13%)
In Stock
You save R 80.00 (13% off)

Capture and store videos at high speed on your digital camcorders and mid-range cameras with the Patriot LX Class 10 128GB Micro SDHC Flash Memory Card. It features 128GB of storage, Class 10 performance with up to 80MB/s Read speeds as well as a high level of copy protection.

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

Patriot’s LX Series UHS-I compatible microSDHC/XC flash memory cards offer amazingly fast performance for the ultimate storage upgrade for HD camcorders and mid-range cameras. The 64GB LX microSD is U1-certified, and is able to achieve 10MB/s sustained write speed for full HD video capture. Remove the bottleneck of slow memory and capture every image or video without missing a moment. With Class 10 specification, the Patriot LX Series microSDHC/XC cards are fast enough to record video in full high definition.

This microSDHC/XC card offers a capacity of 128GB providing enough room to shoot and store hours of videos and thousands of photos. Backed by Patriot’s award winning customer service and a 2-year warranty, the LX Series microSDHC/XC cards are the best choice for those looking to capture their world in stunning full HD resolutions.

FEATURES:

  • Complies with SDA UHS-I 3.0 specifications
  • High level of copy protection
  • Read speeds of up to 80MB/s
  • Compatible with micro SDHC and micro SDXC slot devices

SPECIFICATIONS:

  • Capacity: 128GB
  • Type: MicroSDXC Class 10
  • Compatibility: SDHC and Micro SDXC
  • Certification/Safety: CE/FCC/RoHS
  • Voltage: 2.7 – 3.6V
  • Operating Temperature: -25C to 85C
  • Storage Temperature: -40C to 85C
  • Dimensions: 1.7 x 1.4 x 0.2 cm
  • Weight: 0.02g

WHAT’S IN THE BOX:

  • Patriot LX Class 10 128GB Micro SDHC Flash Memory Card x1
  • *Please note that packaging only includes the memory card, no adapter is included.
Brand Patriot
Colour Black
Form Factor -
Interface -
Capacity 128GB
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

-45%
Hiksemi Capture V30 128GB MicroSDXC (Without Adapter)
HIKSEMI

Hiksemi Capture V30 128GB MicroSDXC (Without Adapter)

R 819.00 R 1 489.00

Save R 670.00

In Stock

-60%
HIKSEMI C1 256GB Micro SD Card with Adapter
HIKSEMI

HIKSEMI C1 256GB Micro SD Card with Adapter

R 1 219.00 R 3 079.00

Save R 1 860.00

In Stock

-32%
Hiksemi Future PRO 512GB MicroSD EXPRESS PCIE 3x1 TLC (Without Adapter)
HIKSEMI

Hiksemi Future PRO 512GB MicroSD EXPRESS PCIE 3x1 TLC (Without Adapter)

R 3 389.00 R 5 019.00

Save R 1 630.00

Only 5 left - order soon!

-43%
Hiksemi Capture V30 256GB MicroSDXC (Without Adapter)
HIKSEMI

Hiksemi Capture V30 256GB MicroSDXC (Without Adapter)

R 1 359.00 R 2 369.00

Save R 1 010.00

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!