LG 34" IPS Panel Ultra-wide Monitor - 75Hz - LG | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
LG

LG 34" IPS Panel Ultra-wide Monitor - 75Hz

SKU: 34WQ650-W
R 7 539.00 R 8 399.00
You save R 860.00 (10%)
Out of Stock
You save R 860.00 (10% off)

Experience an immersive viewing extravaganza with the LG 34" UltraWide™ IPS Display. This monitor elevates your visual journey across various applications with its expansive 34-inch screen and Full HD resolution of 2560 x 1080 pixels, delivering unparalleled detail and clarity. Immerse yourself...

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

Experience an immersive viewing extravaganza with the LG 34" UltraWide™ IPS Display. This monitor elevates your visual journey across various applications with its expansive 34-inch screen and Full HD resolution of 2560 x 1080 pixels, delivering unparalleled detail and clarity.

Immerse yourself in lifelike visuals with the monitor's sRGB 99% colour gamut, ensuring that every hue is vibrant and true to life. HDR10 support enriches brightness and widens the colour spectrum, intensifying your viewing escapades with captivating realism. AMD FreeSync technology, coupled with a swift 5 ms motion blur reduction and a 100 Hz refresh rate, ensures seamless and tear-free gameplay, perfect for those intense gaming sessions. Dynamic Action Sync mode reduces input lag, providing instantaneous response in fast-paced gaming scenarios, while the Black Stabiliser feature enhances visibility in dimly lit environments, ensuring you never miss a beat.

But it's not just about entertainment; your well-being matters too. The monitor incorporates innovative eye care features, including Flicker Safe technology that virtually eliminates screen flicker, ensuring visual comfort during extended use. Navigating through settings is a breeze, thanks to the intuitive joystick controls, which allow you to effortlessly customise your viewing experience.

FEATURES:

  • 34-inch UltraWide™ Full HD (2560 x 1080) IPS Display
  • sRGB 99% Color Gamut / VESA DisplayHDR™ 400
  • USB Type-C™ Connectivity
  • AMD FreeSync / 1ms MBR / 100Hz Refresh Rate
  • 2 x 7W Stereo Speaker with Waves MaxxAudio®
  • Tilt/Height Adjustable Stand

SPECIFICATIONS:

  • Size: 34″
  • Size: 86.6 cm
  • Resolution: 2560 x 1080
  • Panel Type: IPS
  • Aspect Ratio: 21:9
  • Pixel Pitch: 0.312 x 0.310 mm
  • Brightness (Min.): 320cd/m²
  • Brightness (Typ.): 400cd/m²
  • Colour Gamut (Min.): sRGB 90% (CIE1931)
  • Colour Gamut (Typ.): sRGB 99% (CIE1931)
  • Colour Depth (Number of Colors): 16.7M
  • Contrast Ratio (Min.): 700:1
  • Contrast Ratio (Typ.): 1000:1
  • Response Time: 5ms (GtG at Faster)
  • Refresh Rate (Max.): 100Hz
  • Viewing Angle (CR≥10): 178º(R/L), 178º(U/D)
  • Curvature: No
  • HDR 10: Yes
  • VESA DisplayHDR™: Yes
  • Flicker safe: Yes
  • Color Calibrated in Factory: Yes
  • Reader Mode:  Yes
  • Color Weakness: Yes
  • Super Resolution+: Yes
  • Motion Blur Reduction Tech: Yes
  • AMD FreeSync™: Yes
  • Black Stabilizer: Yes
  • Dynamic Action Sync: Yes
  • Crosshair: Yes
  • Smart energy Saving: Yes
  • HDMI: Yes
  • DisplayPort: Yes
  • USB-C: Yes
  • Headphone out: 3-pole (Sound Only)
  • Speaker: 7W x 2
  • Power Type: External Power (Adapter)
  • AC Input: 100 – 240Vac, 50/60Hz
  • Power Consumption (Typ.): 35W
  • Power Consumption (Sleep Mode): Less than 0.3W
  • Power Consumption (DC Off): Less than 0.3W
  • Product Dimension with Stand (W x H x D): 81.65 x 56.83 x 26.0 cm
  • Product Dimension without Stand (W x H x D): 81.6 x 36.53 x 45.5 cm
  • Product Weight with Stand: 5900g
  • Product Weight without Stand: 4900g

WHAT’S IN THE BOX:

  • LG 34'' 21:9 UltraWide™ Full HD IPS Monitor with AMD FreeSync x1
Brand LG
Colour -
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 36 Months
0.0
0 reviews
Login to Review

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

Related Products

-49%
LG Essential 22" FHD VA Monitor 60Hz with FreeSync
LG

LG Essential 22" FHD VA Monitor 60Hz with FreeSync

R 1 289.00 R 2 549.00

Save R 1 260.00

Out of Stock

-10%
LG UltraWide 29" FHD IPS Monitor 100Hz
LG

LG UltraWide 29" FHD IPS Monitor 100Hz

R 4 729.00 R 5 259.00

Save R 530.00

In Stock

-16%
MSI MON PRO IPS  25 1080P 120HZ 1MS
MSI

MSI MON PRO IPS 25 1080P 120HZ 1MS

R 2 509.00 R 2 999.00

Save R 490.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!