7.8″ Widescreen DDU Touchscreen
{ "@context": "https://schema.org", "@type": "Product", "name": "NCRD 7.8\" Widescreen DDU – Sim Racing Digital Display Unit", "description": "A 7.8-inch widescreen VoCore touchscr een digital display unit for sim racing rigs. SimHub compatible with a custom NCRD dash file, height/angle/depth adjustable mount, and available in multiple case colours.", "image": "https://ncrd.online/cdn/shop/files/7.8_inch_ddu_sim_racing.png?v=1761658267", "brand": { "@type": "Brand", "name": "NCRD – No Content Racing Division" }, "offers": { "@type": "Offer", "availability": "https://schema.org/InStock", "priceCurrency": "AUD", "seller": { "@type": "Organization", "name": "Player1 Sim Gear" } } } :root { --blue: #1a56db; --blue-dark: #1341aa; --blue-light: #eaf0fd; --blue-mid: #c2d4f8; --text: #111111; --text-soft: #444444; --muted: #888888; --border: #e5e9f5; --card-bg: #f4f7fe; --white: #ffffff; --accent: #f0a500; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { background: var(--white); color: var(--text); font-family: 'Source Sans 3', sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; } /* ── HERO TEXT BAND ── */ .hero { background: var(--white); border-bottom: 1px solid #eeeeee; text-align: left; padding: 0 16px 24px; } .hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--blue); margin-bottom: 14px; } .hero-eyebrow::before { content: ''; display: inline-block; width: 24px; height: 2px; background: var(--blue); flex-shrink: 0; } .hero h1 { font-family: 'Rajdhani', sans-serif; font-size: clamp(28px, 5vw, 52px); font-weight: 700; line-height: 1.0; text-transform: uppercase; letter-spacing: .02em; color: var(--text); margin-bottom: 12px; } .hero h1 em { font-style: normal; color: var(--blue); } .hero-sub { font-size: 15px; color: #666; } /* ── HERO IMAGE ── */ .hero-image-wrap { width: 100%; max-height: 420px; overflow: hidden; line-height: 0; } .hero-image-wrap img { width: 100%; max-height: 420px; height: auto; object-fit: cover; object-position: center; display: block; } .img-caption { background: var(--blue); padding: 10px 16px; font-family: 'Rajdhani', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: #ffffff; } /* ── LAYOUT ── */ .container { max-width: 100%; padding: 28px 16px 60px; } /* ── INTRO ── */ .intro { font-size: 17px; line-height: 1.8; color: var(--text-soft); padding-left: 20px; border-left: 3px solid var(--blue); margin-bottom: 44px; } /* ── SECTION TITLES ── */ .sec-title { font-family: 'Rajdhani', sans-serif; font-size: 25px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--text); display: flex; align-items: center; gap: 12px; margin-bottom: 18px; } .sec-title::after { content: ''; flex: 1; height: 1px; background: #e5e5e5; } /* ── SECTION TEXT ── */ .sec-body { font-size: 15px; color: var(--text-soft); margin-bottom: 28px; line-height: 1.75; } .sec-body strong { color: var(--text); font-weight: 500; } /* ── FEATURE GRID ── */ .features { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; margin-bottom: 44px; } .feature-card { background: var(--card-bg); padding: 20px; position: relative; overflow: hidden; transition: transform .2s; } .feature-card::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 100%; background: var(--blue); } .feature-card:hover { transform: translateY(-2px); } .feature-card h3 { font-family: 'Rajdhani', sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--text); margin-bottom: 6px; } .feature-card p { font-size: 13px; color: #555; line-height: 1.6; margin: 0; } /* ── DIVIDER ── */ .divider { height: 1px; background: var(--border); margin: 40px 0; } /* ── COMPATIBILITY BADGES ── */ .compat-label { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; } .badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 8px; } .badge { background: var(--blue-light); border: 1px solid var(--blue-mid); padding: 6px 16px; font-family: 'Rajdhani', sans-serif; font-size: 14px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--blue-dark); } /* ── WHAT'S IN THE BOX ── */ .box-contents { background: #f9fafc; border: 1px solid var(--border); padding: 20px 24px; margin-bottom: 10px; } .box-contents ul { list-style: none; margin: 0; padding: 0; } .box-contents li { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px solid #eaedf5; font-size: 14px; color: var(--text-soft); } .box-contents li:last-child { border-bottom: none; } .box-contents li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); flex-shrink: 0; margin-top: 8px; } .note { font-size: 12px; color: var(--muted); font-style: italic; } /* ── SUPPORT STRIP ── */ .support-strip { background: var(--blue); display: flex; align-items: center; gap: 20px; padding: 24px 30px; margin: 40px 0; } .support-strip-title { font-family: 'Rajdhani', sans-serif; font-size: 25px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #ffffff; margin-bottom: 3px; } .support-strip-text { font-size: 14px; color: rgba(255,255,255,.8); } /* ── ABOUT ── */ .about { border: 1px solid var(--border); padding: 28px 32px; } .about p { font-size: 15px; color: var(--text-soft); line-height: 1.75; margin-bottom: 14px; } .about p:last-of-type { margin-bottom: 0; } .distributor-badge { display: inline-flex; align-items: center; gap: 6px; background: #fffbf0; border: 1px solid #f0d070; padding: 7px 16px; font-family: 'Rajdhani', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #8a6000; margin-top: 16px; } /* ── MOBILE ── */ @media (max-width: 600px) { .hero-image-wrap { max-height: none; } .hero-image-wrap img { max-height: none; height: auto; } .features { grid-template-columns: 1fr; } .support-strip { padding: 20px 16px; } .about { padding: 20px 16px; } .box-contents { padding: 16px; } .divider { margin: 28px 0; } } Sim Racing · Digital Display Unit · Australia & NZ NCRD 7.8″ WidescreenDDU for Sim Racing VoCore touchscreen display · Powered by SimHub · Fully adjustable mount NCRD 7.8″ Widescreen DDU — Player1 Sim Gear Upgrade your sim racing cockpit with the NCRD 7.8″ Widescreen DDU — a clean, purpose-built digital display unit that puts all your critical race data exactly where you need it. Powered by SimHub and built around the proven VoCore platform, this is the streamlined DDU solution for sim racers who want a serious screen without the complexity. Widescreen Sim Racing Display, Done Right The NCRD 7.8″ DDU pairs a large widescreen VoCore touchscreen with a sleek, purpose-designed case and a fully adjustable mounting system. Swipe between dashboard pages on the fly to keep track of everything from lap times and fuel levels to tyre wear and track maps — all rendered through a custom SimHub dash file built specifically for this display. Simple to install, easy to customise, and built to last. 7.8″ Touchscreen Display Large widescreen VoCore display with touchscreen functionality — swipe between dashboard pages instantly without taking your hands off the wheel. SimHub Compatible Fully integrated with SimHub. A custom NCRD dash file built specifically for the 7.8″ display is included — ready to race straight out of the box. Premium USB-C Connectivity High-quality USB-C port built into the sleek DDU housing for a clean, fuss-free connection to your PC. Fully Adjustable Mount Height, angle, and depth are all independently adjustable so you can find the perfect viewing position on any sim rig. Easy to Install Step-by-step installation instructions included. Dedicated customer support available for any setup questions. Wheel Base & Rig Mounting Options Dedicated mounts are available for the most popular sim racing wheel bases, as well as universal 80/20 and 40-series profile rigs using M8 screws. Contact us before ordering to specify your preferred mount. Simagic EVO users require a front-mount add-on (available via the Simagic website) which is not included. Mounting options available for: Simagic Alpha / Alpha Mini Simagic Evo VRS DFP15 / DFP20 Fanatec DD Moza R5 / R9 / R12 Moza R16 / R21 Simucube Sport / Pro 2 Asetek Universal 80/20 & 40×40 Profile (M8) What's Included 1 × NCRD 7.8″ VoCore Touchscreen DDU case with fully adjustable mount All necessary mounting screws and hardware 1 × L-shaped USB-C adapter Step-by-step installation instructions Custom NCRD SimHub dash file Note: USB-C to USB-A cable not included. Simagic EVO users: a front-mount add-on is required and not included. Dedicated Customer Support Got questions about installation, setup, or which mount to choose? Our team is on standby to help you get the most out of your NCRD DDU. About NCRD & Player1 Sim Gear No Content Racing Division (NCRD) is a Toronto-based boutique creator of custom sim racing accessories, born from a genuine passion for bringing VoCore-based digital dashboards to the sim racing community at an accessible price point. Founders Joe and the NCRD team take a quality-first approach to everything they build. Player1 Sim Gear is proud to be an Official Distributor for NCRD, bringing their full line-up of sim racing accessories to racers across Australia and New Zealand. ★ Official Australian & NZ Distributor for NCRD