{"product_id":"ncrd-4-touchscreen-flagbox","title":"NCRD 4\" Touchscreen Flagbox","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Rajdhani:wght@500;600;700');\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Source+Sans+3:wght@400;500');\n\n    :root {\n      --blue:       #1a56db;\n      --blue-dark:  #1341aa;\n      --blue-light: #eaf0fd;\n      --blue-mid:   #c2d4f8;\n      --text:       #111111;\n      --text-soft:  #444444;\n      --muted:      #888888;\n      --border:     #e5e9f5;\n      --card-bg:    #f4f7fe;\n      --white:      #ffffff;\n      --accent:     #f0a500;\n    }\n\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    body {\n      background: var(--white);\n      color: var(--text);\n      font-family: 'Source Sans 3', sans-serif;\n      font-size: 16px;\n      line-height: 1.7;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    \/* ── HERO TEXT BAND ── *\/\n    .hero {\n      background: var(--white);\n      border-bottom: 1px solid #eeeeee;\n      text-align: left;\n      padding: 0 16px 24px;\n    }\n    .hero-eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: .18em;\n      text-transform: uppercase;\n      color: var(--blue);\n      margin-bottom: 14px;\n    }\n    .hero-eyebrow::before {\n      content: '';\n      display: inline-block;\n      width: 24px;\n      height: 2px;\n      background: var(--blue);\n      flex-shrink: 0;\n    }\n    .hero .hero-h1 {\n      font-family: 'Rajdhani', sans-serif;\n      font-size: clamp(28px, 5vw, 52px);\n      font-weight: 700;\n      line-height: 1.0;\n      text-transform: uppercase;\n      letter-spacing: .02em;\n      color: var(--text);\n      margin-bottom: 12px;\n    }\n    .hero .hero-h1 em {\n      font-style: normal;\n      color: var(--blue);\n    }\n    .hero-sub {\n      font-size: 15px;\n      color: #666;\n    }\n\n    \/* ── HERO IMAGE ── *\/\n    .hero-image-wrap {\n      width: 100%;\n      max-height: 420px;\n      overflow: hidden;\n      line-height: 0;\n    }\n    .hero-image-wrap img {\n      width: 100%;\n      max-height: 420px;\n      height: auto;\n      object-fit: cover;\n      object-position: center;\n      display: block;\n    }\n    .img-caption {\n      background: var(--blue);\n      padding: 10px 16px;\n      font-family: 'Rajdhani', sans-serif;\n      font-size: 12px;\n      font-weight: 600;\n      letter-spacing: .18em;\n      text-transform: uppercase;\n      color: #ffffff;\n    }\n\n    \/* ── LAYOUT ── *\/\n    .container {\n      max-width: 100%;\n      padding: 28px 16px 60px;\n    }\n\n    \/* ── INTRO ── *\/\n    .intro {\n      font-size: 17px;\n      line-height: 1.8;\n      color: var(--text-soft);\n      padding-left: 20px;\n      border-left: 3px solid var(--blue);\n      margin-bottom: 44px;\n    }\n\n    \/* ── SECTION TITLES ── *\/\n    .sec-title {\n      font-family: 'Rajdhani', sans-serif;\n      font-size: 25px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: .06em;\n      color: var(--text);\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      margin-bottom: 18px;\n    }\n    .sec-title::after {\n      content: '';\n      flex: 1;\n      height: 1px;\n      background: #e5e5e5;\n    }\n\n    \/* ── SECTION TEXT ── *\/\n    .sec-body {\n      font-size: 15px;\n      color: var(--text-soft);\n      margin-bottom: 28px;\n      line-height: 1.75;\n    }\n    .sec-body strong {\n      color: var(--text);\n      font-weight: 500;\n    }\n\n    \/* ── FEATURE GRID ── *\/\n    .features {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 12px;\n      margin-top: 44px;\n      margin-bottom: 44px;\n    }\n    .feature-card {\n      background: var(--card-bg);\n      padding: 20px;\n      position: relative;\n      overflow: hidden;\n      transition: transform .2s;\n    }\n    .feature-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 3px;\n      height: 100%;\n      background: var(--blue);\n    }\n    .feature-card:hover {\n      transform: translateY(-2px);\n    }\n    .feature-card h3 {\n      font-family: 'Rajdhani', sans-serif;\n      font-size: 16px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: .05em;\n      color: var(--text);\n      margin-bottom: 6px;\n    }\n    .feature-card p {\n      font-size: 13px;\n      color: #555;\n      line-height: 1.6;\n      margin: 0;\n    }\n\n    \/* ── DIVIDER ── *\/\n    .divider {\n      height: 1px;\n      background: var(--border);\n      margin: 40px 0;\n    }\n\n    \/* ── COMPATIBILITY BADGES ── *\/\n    .compat-label {\n      font-size: 12px;\n      font-weight: 600;\n      letter-spacing: .1em;\n      text-transform: uppercase;\n      color: var(--muted);\n      margin-bottom: 12px;\n    }\n    .badges {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-bottom: 8px;\n    }\n    .badge {\n      background: var(--blue-light);\n      border: 1px solid var(--blue-mid);\n      padding: 6px 16px;\n      font-family: 'Rajdhani', sans-serif;\n      font-size: 14px;\n      font-weight: 600;\n      letter-spacing: .06em;\n      text-transform: uppercase;\n      color: var(--blue-dark);\n    }\n\n    \/* ── WHAT'S IN THE BOX ── *\/\n    .box-contents {\n      background: #f9fafc;\n      padding: 20px 24px;\n      margin-bottom: 10px;\n    }\n    .box-contents ul {\n      list-style: none;\n      margin: 0;\n      padding: 0;\n    }\n    .box-contents li {\n      display: flex;\n      align-items: flex-start;\n      gap: 12px;\n      padding: 10px 0;\n      border-bottom: 1px solid #eaedf5;\n      font-size: 14px;\n      color: var(--text-soft);\n    }\n    .box-contents li:last-child { border-bottom: none; }\n    .box-contents li::before {\n      content: '';\n      width: 6px;\n      height: 6px;\n      border-radius: 50%;\n      background: var(--blue);\n      flex-shrink: 0;\n      margin-top: 8px;\n    }\n    .note {\n      font-size: 12px;\n      color: var(--muted);\n      font-style: italic;\n    }\n\n    \/* ── SUPPORT STRIP ── *\/\n    .support-strip {\n      background: var(--blue);\n      display: flex;\n      align-items: center;\n      gap: 20px;\n      padding: 24px 30px;\n      margin: 40px 0;\n    }\n    .support-strip-title {\n      font-family: 'Rajdhani', sans-serif;\n      font-size: 20px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: .05em;\n      color: #ffffff;\n      margin-bottom: 3px;\n    }\n    .support-strip-text {\n      font-size: 14px;\n      color: rgba(255,255,255,.8);\n    }\n\n    \/* ── ABOUT ── *\/\n    .about {\n      padding: 0;\n    }\n    .about p {\n      font-size: 15px;\n      color: var(--text-soft);\n      line-height: 1.75;\n      margin-bottom: 14px;\n    }\n    .about p:last-of-type { margin-bottom: 0; }\n    .distributor-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n      background: #fffbf0;\n      border: 1px solid #f0d070;\n      padding: 7px 16px;\n      font-family: 'Rajdhani', sans-serif;\n      font-size: 13px;\n      font-weight: 700;\n      letter-spacing: .08em;\n      text-transform: uppercase;\n      color: #8a6000;\n      margin-top: 16px;\n    }\n    \/* ── MOBILE ── *\/\n    @media (max-width: 600px) {\n      .hero-image-wrap { max-height: none; }\n      .hero-image-wrap img { max-height: none; height: auto; }\n      .features { grid-template-columns: 1fr; }\n      .support-strip { padding: 20px 16px; }\n      .about { padding: 0; }\n      .box-contents { padding: 16px; }\n      .divider { margin: 28px 0; }\n    }\n\n    \/* ── FAQ ── *\/\n    .faq { margin-bottom: 44px; }\n    .faq details { border: 1px solid var(--border); border-left: 3px solid var(--blue); margin-bottom: 10px; background: #f9fafc; }\n    .faq summary { cursor: pointer; list-style: none; padding: 14px 44px 14px 18px; font-family: 'Rajdhani', sans-serif; font-size: 16px; font-weight: 600; text-transform: uppercase; letter-spacing: .03em; color: var(--text); position: relative; }\n    .faq summary::-webkit-details-marker { display: none; }\n    .faq summary::after { content: '+'; position: absolute; right: 18px; top: 11px; font-size: 22px; line-height: 1; color: var(--blue); }\n    .faq details[open] summary::after { content: '–'; }\n    .faq .faq-a { padding: 0 18px 16px; font-size: 14px; color: var(--text-soft); line-height: 1.7; }\n\n    \/* HERO FEATURE (image left, text right) *\/\n    .hero-feature { display: flex; gap: 32px; align-items: center; padding: 24px 16px 28px; }\n    .hero-feature .hf-img { flex: 0 0 44%; max-width: 44%; }\n    .hero-feature .hf-img img { width: 100%; height: auto; display: block; }\n    .hero-feature .hf-text { flex: 1 1 auto; }\n    .hero-feature .hero-sub { margin-bottom: 16px; }\n    .hf-points { list-style: none; margin: 0; padding: 0; }\n    .hf-points li { display: flex; align-items: flex-start; gap: 12px; padding: 5px 0; font-size: 14px; color: var(--text-soft); line-height: 1.5; }\n    .hf-points li::before { content: ''; flex: 0 0 auto; width: 7px; height: 7px; margin-top: 7px; background: var(--blue); }\n    @media (max-width: 600px) { .hero-feature { flex-direction: column; gap: 18px; align-items: flex-start; padding: 16px 16px 22px; } .hero-feature .hf-img { max-width: 100%; flex-basis: auto; } }\n\n    \/* HANDCRAFTED NOTE *\/\n    .handmade { background: #fffbf0; border-left: 3px solid var(--accent); padding: 22px 26px; margin: 12px 0 44px; }\n    .handmade h2 { font-family: 'Rajdhani', sans-serif; font-size: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #8a6000; margin-bottom: 8px; }\n    .handmade p { font-size: 14px; color: var(--text-soft); line-height: 1.75; margin: 0; }\n    @media (max-width: 600px) { .handmade { padding: 18px; } }\n    .hero-feature { padding-top: 0; }\n    .hero-feature .hf-img { max-width: 360px; }\n    .hero-feature .hf-img video { width: 100%; height: auto; display: block; border-radius: 4px; }\n  \u003c\/style\u003e\n\u003c!-- HERO FEATURE --\u003e\u003cheader role=\"banner\" class=\"hero hero-feature\"\u003e\n\u003cdiv class=\"hf-text\"\u003e\n\u003cp class=\"hero-eyebrow\"\u003eSim Racing · Touchscreen Flag \u0026amp; Telemetry Display · Australia \u0026amp; NZ\u003c\/p\u003e\n\u003cdiv class=\"hero-h1\"\u003eNCRD 4″ Touchscreen \u003cem\u003eFlagbox\u003c\/em\u003e\n\u003c\/div\u003e\n\u003cp class=\"hero-sub\"\u003eA compact 4-inch SimHub touchscreen showing live flags, telemetry and dashboards, handcrafted by NCRD.\u003c\/p\u003e\n\u003cul class=\"hf-points\"\u003e\n\u003cli\u003e4-inch square high-resolution touchscreen\u003c\/li\u003e\n\u003cli\u003eLive flags plus gears, RPM, ABS, brake bias and fuel\u003c\/li\u003e\n\u003cli\u003eTrack maps and real-time flag overlays on every page\u003c\/li\u003e\n\u003cli\u003eTap the screen to switch dashboards on the fly\u003c\/li\u003e\n\u003cli\u003eMounts to 4040 profile, connects over USB-C\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-img\"\u003e\u003cvideo autoplay muted loop playsinline preload=\"metadata\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0581\/2391\/1241\/files\/NCRD4TouchscreenFlagbox_Player1SimGear_hero_poster.png?v=1783755918\" aria-label=\"NCRD 4 inch Touchscreen Flagbox showing live flags and telemetry on a sim racing rig\" style=\"width:100%;height:auto;display:block;border-radius:4px;\"\u003e\u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/vp\/18d09f2e52bb4296ab5f9db94267a65a\/18d09f2e52bb4296ab5f9db94267a65a.SD-480p-0.9Mbps-88682275.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/header\u003e\n\u003cmain id=\"main-content\" class=\"container\"\u003e\u003c!-- INTRO --\u003e\n\u003cp class=\"intro\"\u003eElevate your rig with the NCRD 4″ Touchscreen Flagbox, a precision-built square touchscreen that delivers critical telemetry and race signals exactly when you need them. Powered by SimHub and preloaded with the exclusive NCRD Flag Box dashboard suite, it puts real-time flags, gears, RPM, ABS, brake bias, fuel and track maps right in your eyeline. Handcrafted by NCRD, it is a compact, sharp and genuinely useful upgrade for any sim racer who wants clarity and awareness at a glance.\u003c\/p\u003e\n\u003c!-- DISPLAY SECTION --\u003e\n\u003csection aria-labelledby=\"display-heading\"\u003e\n\u003ch2 id=\"display-heading\" class=\"sec-title\"\u003eFlags and Telemetry, Right in Your Eyeline\u003c\/h2\u003e\n\u003cp class=\"sec-body\"\u003eThe Flag Box dashboard suite shows real-time marshalling flags over every page, alongside the data that changes your lap: gears, RPM, ABS activity, brake bias, fuel level and track position. The responsive 4-inch touchscreen lets you move between dashboards with a tap, and because it runs on \u003cstrong\u003eSimHub\u003c\/strong\u003e, every layout is fully customisable to suit your car and discipline.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE CARDS --\u003e\n\u003cdiv role=\"list\" class=\"features\"\u003e\n\u003carticle role=\"listitem\" class=\"feature-card\"\u003e\n\u003ch3\u003eSimHub Powered\u003c\/h3\u003e\n\u003cp\u003eRuns on SimHub and ships preloaded with the exclusive NCRD Flag Box dashboards. Fully customisable, or load a community dash.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle role=\"listitem\" class=\"feature-card\"\u003e\n\u003ch3\u003eFlags + Full Telemetry\u003c\/h3\u003e\n\u003cp\u003eReal-time flag overlays plus gears, RPM, ABS, brake bias, fuel, track maps and more, optimised for quick visibility.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle role=\"listitem\" class=\"feature-card\"\u003e\n\u003ch3\u003e4″ Touchscreen\u003c\/h3\u003e\n\u003cp\u003eA crisp, high-resolution square touchscreen. Tap to switch dashboards on the fly without reaching for the keyboard.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle role=\"listitem\" class=\"feature-card\"\u003e\n\u003ch3\u003ePlug \u0026amp; Play USB-C\u003c\/h3\u003e\n\u003cp\u003eConnects to your PC over a single USB-C link and mounts to standard 4040 aluminium profile. Fast, reliable, tidy.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c!-- MOUNTING --\u003e\n\u003csection aria-labelledby=\"mount-heading\"\u003e\n\u003ch2 id=\"mount-heading\" class=\"sec-title\"\u003eMounts to Your 4040 Rig\u003c\/h2\u003e\n\u003cp class=\"sec-body\"\u003eThe Flagbox mounts directly to standard \u003cstrong\u003e4040 aluminium extrusion\u003c\/strong\u003e using the included case, mount and screws, so it drops neatly onto a wide range of aluminium-profile sim rigs. Position it in your eyeline for clear, glanceable flags and data.\u003c\/p\u003e\n\u003cp class=\"compat-label\"\u003eMounting at a glance:\u003c\/p\u003e\n\u003cdiv aria-label=\"Mounting compatibility\" role=\"list\" class=\"badges\"\u003e\n\u003cspan role=\"listitem\" class=\"badge\"\u003e4040 Profile\u003c\/span\u003e \u003cspan role=\"listitem\" class=\"badge\"\u003eCase + Mount Included\u003c\/span\u003e \u003cspan role=\"listitem\" class=\"badge\"\u003eUSB-C\u003c\/span\u003e \u003cspan role=\"listitem\" class=\"badge\"\u003eSimHub\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHAT'S IN THE BOX --\u003e\n\u003csection aria-labelledby=\"box-heading\"\u003e\n\u003ch2 id=\"box-heading\" class=\"sec-title\"\u003eWhat's Included\u003c\/h2\u003e\n\u003cdiv class=\"box-contents\"\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 4″ VoCore Touchscreen (Flagbox)\u003c\/li\u003e\n\u003cli\u003eCase with mount\u003c\/li\u003e\n\u003cli\u003eAll necessary screws\u003c\/li\u003e\n\u003cli\u003e1 × L-shaped USB-C adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp class=\"note\"\u003eNote: USB-C cable is an optional add-on at checkout.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- HANDCRAFTED NOTE --\u003e\n\u003csection aria-labelledby=\"handmade-heading\" class=\"handmade\"\u003e\n\u003ch2 id=\"handmade-heading\"\u003eHandcrafted, made to order\u003c\/h2\u003e\n\u003cp\u003eEvery NCRD unit is built by hand, not mass-produced. Each Flagbox is individually 3D-printed and finished in small batches by the NCRD team, so you are getting a genuine enthusiast-built piece with real character rather than a factory-line gadget. Because each one is made by hand, small cosmetic variations in the finish are part of the charm rather than a fault, giving every unit its own look. If you value sim gear crafted by fellow racers, that is exactly what this is.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- SUPPORT STRIP --\u003e\n\u003cdiv aria-label=\"Customer support\" role=\"note\" class=\"support-strip\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"support-strip-title\"\u003eDedicated Customer Support\u003c\/div\u003e\n\u003cdiv class=\"support-strip-text\"\u003eQuestions about mounting, colours or setting up SimHub? Our team is on standby to help you get your NCRD Flagbox dialled in.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003csection aria-labelledby=\"faq-heading\" class=\"faq\"\u003e\n\u003ch2 id=\"faq-heading\" class=\"sec-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat is the NCRD 4\" Touchscreen Flagbox?\u003c\/summary\u003e\u003cdiv class=\"faq-a\"\u003eA compact 4-inch square touchscreen display for your sim rig. Driven by SimHub, it shows real-time marshalling flags plus full telemetry, and lets you switch dashboards by tapping the screen. It is the same idea as a digital dash, focused on flags and at-a-glance race data.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eDo I need SimHub to use it?\u003c\/summary\u003e\u003cdiv class=\"faq-a\"\u003eYes. The Flagbox runs on the SimHub application on your PC and ships preloaded with the exclusive NCRD Flag Box dashboard suite, so it works out of the box. Every dashboard is fully customisable in SimHub.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhich sims and games does it work with?\u003c\/summary\u003e\u003cdiv class=\"faq-a\"\u003eAnything SimHub supports, including iRacing, Assetto Corsa, Assetto Corsa Competizione, rFactor 2, Automobilista 2 and the F1 series. SimHub handles the link to the game.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat does it display?\u003c\/summary\u003e\u003cdiv class=\"faq-a\"\u003eLive marshalling flags plus gears, RPM, ABS activity, brake bias, fuel levels, track maps and more, all optimised for quick visibility during high-intensity sessions. Flag overlays appear over every page.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eHow do I switch between dashboards?\u003c\/summary\u003e\u003cdiv class=\"faq-a\"\u003eJust tap the responsive touchscreen. You can move between the preloaded dashboards on the fly without touching your keyboard, keeping your focus on the race.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eHow does it connect to my PC?\u003c\/summary\u003e\u003cdiv class=\"faq-a\"\u003eOver a single USB-C connection, for fast, reliable plug-and-play performance. An L-shaped USB-C adapter is included to keep the cable tidy. A USB-C cable is an optional add-on if you need one.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat does it mount to?\u003c\/summary\u003e\u003cdiv class=\"faq-a\"\u003eIt mounts directly to standard 4040 aluminium extrusion sim rigs using the included case, mount and screws, so it fits a wide range of aluminium-profile setups.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eIs a USB cable included?\u003c\/summary\u003e\u003cdiv class=\"faq-a\"\u003eThe kit includes the 4-inch touchscreen, the case with mount, all necessary screws and an L-shaped USB-C adapter. A USB-C cable is offered as an optional add-on at checkout.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eCan I customise the dashboards?\u003c\/summary\u003e\u003cdiv class=\"faq-a\"\u003eYes. It arrives preloaded with the NCRD Flag Box dashboards, and because it runs on SimHub you can adjust them or load other community dashboards to suit your car and discipline.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eDo you ship to Australia and New Zealand, and who supports it?\u003c\/summary\u003e\u003cdiv class=\"faq-a\"\u003eYes. Player1 Sim Gear is the authorised Australian and New Zealand distributor for NCRD, so you order locally and we handle setup help and any warranty questions here.\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/section\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the NCRD 4\\\" Touchscreen Flagbox?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A compact 4-inch square touchscreen display for your sim rig. Driven by SimHub, it shows real-time marshalling flags plus full telemetry, and lets you switch dashboards by tapping the screen. It is the same idea as a digital dash, focused on flags and at-a-glance race data.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Do I need SimHub to use it?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The Flagbox runs on the SimHub application on your PC and ships preloaded with the exclusive NCRD Flag Box dashboard suite, so it works out of the box. Every dashboard is fully customisable in SimHub.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which sims and games does it work with?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Anything SimHub supports, including iRacing, Assetto Corsa, Assetto Corsa Competizione, rFactor 2, Automobilista 2 and the F1 series. SimHub handles the link to the game.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What does it display?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Live marshalling flags plus gears, RPM, ABS activity, brake bias, fuel levels, track maps and more, all optimised for quick visibility during high-intensity sessions. Flag overlays appear over every page.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I switch between dashboards?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Just tap the responsive touchscreen. You can move between the preloaded dashboards on the fly without touching your keyboard, keeping your focus on the race.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How does it connect to my PC?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Over a single USB-C connection, for fast, reliable plug-and-play performance. An L-shaped USB-C adapter is included to keep the cable tidy. A USB-C cable is an optional add-on if you need one.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What does it mount to?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"It mounts directly to standard 4040 aluminium extrusion sim rigs using the included case, mount and screws, so it fits a wide range of aluminium-profile setups.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is a USB cable included?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The kit includes the 4-inch touchscreen, the case with mount, all necessary screws and an L-shaped USB-C adapter. A USB-C cable is offered as an optional add-on at checkout.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I customise the dashboards?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. It arrives preloaded with the NCRD Flag Box dashboards, and because it runs on SimHub you can adjust them or load other community dashboards to suit your car and discipline.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Do you ship to Australia and New Zealand, and who supports it?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Player1 Sim Gear is the authorised Australian and New Zealand distributor for NCRD, so you order locally and we handle setup help and any warranty questions here.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c!-- ABOUT --\u003e\n\u003csection aria-labelledby=\"about-heading\"\u003e\n\u003ch2 id=\"about-heading\" class=\"sec-title\"\u003eAbout NCRD \u0026amp; Player1 Sim Gear\u003c\/h2\u003e\n\u003cdiv class=\"about\"\u003e\n\u003cp\u003eNo Content Racing Division (NCRD) is a Toronto-based boutique creator of custom sim racing accessories, born from a genuine passion for bringing hand-built display gear to the sim racing community at an accessible price point. The NCRD team take a quality-first approach to everything they build.\u003c\/p\u003e\n\u003cp\u003ePlayer1 Sim Gear is proud to be the Official Australian \u0026amp; New Zealand Distributor for NCRD, bringing their full line-up of sim racing accessories to racers across Australia and New Zealand.\u003c\/p\u003e\n\u003cspan role=\"note\" class=\"distributor-badge\"\u003e★ Official Australian \u0026amp; NZ Distributor for NCRD\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/main\u003e","brand":"No Content Racing Division","offers":[{"title":"Default Title","offer_id":55697209163849,"sku":"NCRD-FB4","price":199.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0581\/2391\/1241\/files\/NCRDRacelogicLapTimer_Player1SimGear_4_e5925906-f36a-4809-9718-b126eb654a95.webp?v=1783755930","url":"https:\/\/p1simgear.com.au\/products\/ncrd-4-touchscreen-flagbox","provider":"Player1 Sim Gear","version":"1.0","type":"link"}