{"product_id":"tesla-model-3-y-display-dashboard-screen-with-carplay-android-auto","title":"Sikunuo F9 Pro Screen Dashboard Display With Carplay \u0026 Android Auto for Model 3 \/ Model Y","description":"\u003cstyle\u003e  .tesla-dash {    --td-blue: #0056B3;    --td-blue-dark: #004a99;    --td-dark: #111;    --td-text: #333;    --td-muted: #666;    --td-soft: #f5f7fa;    --td-line: #e5e8ec;    --td-white: #ffffff;    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;    color: var(--td-text);    line-height: 1.6;    max-width: 1100px;    margin: 0 auto;    background: var(--td-white);    box-sizing: border-box;  }  .tesla-dash *,  .tesla-dash *::before,  .tesla-dash *::after {    box-sizing: border-box;  }  .tesla-dash h2,  .tesla-dash h3,  .tesla-dash p {    margin: 0;  }  .tesla-dash section {    padding: clamp(40px, 6vw, 68px) clamp(18px, 4vw, 42px);  }  .tesla-dash .td-heading {    font-size: clamp(1.6rem, 3vw, 2.2rem);    font-weight: 800;    letter-spacing: -0.03em;    line-height: 1.15;    color: var(--td-dark);    margin-bottom: 14px;    position: relative;    padding-bottom: 14px;  }  .tesla-dash .td-heading::after {    content: '';    position: absolute;    bottom: 0;    left: 0;    width: 58px;    height: 4px;    background: var(--td-blue);    border-radius: 2px;  }  .tesla-dash .td-heading.td-center {    text-align: center;  }  .tesla-dash .td-heading.td-center::after {    left: 50%;    transform: translateX(-50%);  }  .tesla-dash .td-sub {    color: var(--td-muted);    font-size: 1rem;    max-width: 760px;  }  .tesla-dash .td-center-sub {    margin: 0 auto;  }  .tesla-dash .td-features {    background: var(--td-white);  }  .tesla-dash .td-features-grid {    display: grid;    grid-template-columns: repeat(2, 1fr);    gap: 16px;    margin-top: 30px;  }  .tesla-dash .td-feature {    position: relative;    background: var(--td-soft);    border: 1px solid var(--td-line);    border-radius: 16px;    padding: 22px 20px;    overflow: hidden;    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;  }  .tesla-dash .td-feature::before {    content: '';    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 3px;    background: var(--td-blue);    transform: scaleX(0);    transform-origin: left;    transition: transform 0.3s ease;  }  .tesla-dash .td-feature:hover {    transform: translateY(-4px);    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);    border-color: rgba(0, 86, 179, 0.25);  }  .tesla-dash .td-feature:hover::before {    transform: scaleX(1);  }  .tesla-dash .td-feature h3 {    font-size: 1rem;    font-weight: 800;    color: var(--td-dark);    margin-bottom: 6px;  }  .tesla-dash .td-feature p {    color: var(--td-muted);    font-size: 0.9rem;  }  .tesla-dash .td-specs {    background: var(--td-soft);  }  .tesla-dash .td-specs-table-wrap {    margin-top: 30px;    border-radius: 16px;    overflow: hidden;    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);  }  .tesla-dash .td-specs-table {    width: 100%;    border-collapse: collapse;    background: var(--td-white);  }  .tesla-dash .td-specs-table th,  .tesla-dash .td-specs-table td {    padding: 15px 18px;    text-align: left;    font-size: 0.94rem;    border-bottom: 1px solid var(--td-line);    vertical-align: top;  }  .tesla-dash .td-specs-table th {    width: 200px;    background: var(--td-blue);    color: #ffffff;    font-weight: 700;    font-size: 0.82rem;    text-transform: uppercase;    letter-spacing: 0.05em;  }  .tesla-dash .td-specs-table tr:nth-child(even) td {    background: #fafbfc;  }  .tesla-dash .td-specs-table tr:last-child td {    border-bottom: none;  }  .tesla-dash .td-package {    background: var(--td-white);  }  .tesla-dash .td-package-list {    list-style: none !important;    margin: 30px 0 0;    padding: 0;    display: grid;    grid-template-columns: repeat(2, 1fr);    gap: 12px;  }  .tesla-dash .td-package-list li {    display: flex;    align-items: center;    gap: 12px;    background: var(--td-soft);    border: 1px solid var(--td-line);    border-radius: 12px;    padding: 16px 18px;    font-size: 0.95rem;    font-weight: 600;    color: var(--td-dark);    list-style: none !important;  }  .tesla-dash .td-package-list li::before {    content: '✔';    display: inline-flex;    align-items: center;    justify-content: center;    flex: 0 0 24px;    width: 24px;    height: 24px;    background: var(--td-blue);    color: #ffffff;    border-radius: 50%;    font-size: 0.78rem;    font-weight: 800;  }  .tesla-dash .td-warranty {    background: var(--td-soft);  }  .tesla-dash .td-warranty-card {    display: flex;    align-items: center;    gap: 18px;    max-width: 720px;    margin: 0 auto;    background: var(--td-white);    border: 1px solid var(--td-line);    border-left: 4px solid var(--td-blue);    border-radius: 16px;    padding: 22px 26px;    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);  }  .tesla-dash .td-warranty-icon {    display: flex;    align-items: center;    justify-content: center;    flex: 0 0 48px;    width: 48px;    height: 48px;    border-radius: 12px;    background: #f0f7ff;    color: var(--td-blue);  }  .tesla-dash .td-warranty-card h3 {    font-size: 1.05rem;    font-weight: 800;    color: var(--td-dark);    margin-bottom: 4px;  }  .tesla-dash .td-warranty-card p {    color: var(--td-muted);    font-size: 0.92rem;  }  .tesla-dash .td-video {    background: linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);    text-align: center;  }  .tesla-dash .td-video-grid {    display: grid;    grid-template-columns: repeat(2, 1fr);    gap: 22px;    max-width: 1000px;    margin: 32px auto 0;  }  .tesla-dash .td-video-container {    position: relative;    width: 100%;    aspect-ratio: 16 \/ 9;    border-radius: 16px;    overflow: hidden;    background: #000;    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);    transition: transform 0.3s ease, box-shadow 0.3s ease;  }  .tesla-dash .td-video-container:hover {    transform: translateY(-5px);    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);  }  .tesla-dash .td-video-container iframe {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    border: 0;  }  @media (max-width: 640px) {    .tesla-dash .td-features-grid,    .tesla-dash .td-package-list,    .tesla-dash .td-video-grid {      grid-template-columns: 1fr;    }    .tesla-dash .td-warranty-card {      padding: 18px 20px;      gap: 14px;    }    .tesla-dash .td-specs-table-wrap {      overflow-x: auto;    }    .tesla-dash .td-specs-table {      min-width: 540px;    }  }\u003c\/style\u003e\u003cdiv class=\"tesla-dash\"\u003e\n\u003csection class=\"td-features\"\u003e\u003ch2 class=\"td-heading\"\u003eAdvanced Features\u003c\/h2\u003e\n\u003cp class=\"td-sub\"\u003eA high-performance Linux-powered dashboard display built for Tesla Model 3, Model Y and the refreshed Juniper generation.\u003c\/p\u003e\n\u003cdiv class=\"td-features-grid\"\u003e\n\u003cdiv class=\"td-feature\"\u003e\n\u003ch3\u003eImmersive Experience\u003c\/h3\u003e\n\u003cp\u003ePowered by a high-performance Linux system with a 9-inch HD 2.5D curved screen at 1920×720P resolution.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"td-feature\"\u003e\n\u003ch3\u003eDisplay Synchronization\u003c\/h3\u003e\n\u003cp\u003eSpeed (KM\/H or MPH), blind area warning, hands-free driving warning, battery usage, lights, gear, turn signals, mileage, tire pressure, safe distance, time and temperature.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"td-feature\"\u003e\n\u003ch3\u003eVent Optimization\u003c\/h3\u003e\n\u003cp\u003eReserved air vent design keeps airflow unobstructed for a more comfortable drive.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"td-feature\"\u003e\n\u003ch3\u003eFront View Camera Option\u003c\/h3\u003e\n\u003cp\u003eEnhance safety with a 178° front-facing camera for better visibility during parking and maneuvering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"td-feature\"\u003e\n\u003ch3\u003eCharging Alerts\u003c\/h3\u003e\n\u003cp\u003eReceive notifications when charging so you always know the charging status at a glance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"td-feature\"\u003e\n\u003ch3\u003eWireless CarPlay \/ Android Auto \/ HiCar\u003c\/h3\u003e\n\u003cp\u003eEnjoy wireless smartphone integration on the smart dashboard screen via WiFi and Bluetooth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"td-feature\"\u003e\n\u003ch3\u003eEnhanced Driving-Assist HUD\u003c\/h3\u003e\n\u003cp\u003eAutonomous driving (AP) reminder, steering wheel out-of-hand detection and blind spot warnings reduce lane-change risk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"td-feature\"\u003e\n\u003ch3\u003eNon-Destructive Installation\u003c\/h3\u003e\n\u003cp\u003eDesigned for Model Y 2020+, Model Y Juniper 2025+, Model 3 2017-2023, Model 3 Highland 2024+ and Model YL 2026+. No wire cutting, no impact on vehicle warranty.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"td-feature\"\u003e\n\u003ch3\u003eUI Themes \u0026amp; Customization\u003c\/h3\u003e\n\u003cp\u003eChoose from three UI themes — Simple, Future and OEM — plus five car model colors (white, red, black, blue, gray).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"td-feature\"\u003e\n\u003ch3\u003eAdaptive Day\/Night Mode\u003c\/h3\u003e\n\u003cp\u003eThe screen automatically adapts to ambient light for optimal visibility day or night.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"td-feature\"\u003e\n\u003ch3\u003eSteering Wheel Control\u003c\/h3\u003e\n\u003cp\u003eRetain full compatibility with the original Tesla steering wheel controls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"td-feature\"\u003e\n\u003ch3\u003eOver-The-Air (OTA) Updates\u003c\/h3\u003e\n\u003cp\u003eStay up to date with one-touch wireless updates via universal WiFi or Bluetooth connectivity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"td-specs\"\u003e\u003ch2 class=\"td-heading\"\u003eSpecification\u003c\/h2\u003e\n\u003cp class=\"td-sub\"\u003eTechnical specifications for the Tesla smart dashboard display.\u003c\/p\u003e\n\u003cdiv class=\"td-specs-table-wrap\"\u003e\u003ctable class=\"td-specs-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay\u003c\/th\u003e\n\u003ctd\u003e9-inch HD 2.5D Curved IPS Screen, 1920×720P\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSystem\u003c\/th\u003e\n\u003ctd\u003eHigh-Performance Linux\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSmartphone Link\u003c\/th\u003e\n\u003ctd\u003eWireless CarPlay \/ Android Auto \/ HiCar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eConnectivity\u003c\/th\u003e\n\u003ctd\u003eWiFi + Bluetooth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFront Camera\u003c\/th\u003e\n\u003ctd\u003e178° Wide-Angle Front View Camera (Optional)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCompatibility\u003c\/th\u003e\n\u003ctd\u003eModel Y 2020+, Model Y Juniper 2025+, Model 3 2017-2023, Model 3 Highland 2024+, Model YL 2026+\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUI Themes\u003c\/th\u003e\n\u003ctd\u003eSimple \/ Future \/ OEM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDay\/Night Mode\u003c\/th\u003e\n\u003ctd\u003eAdaptive Ambient Light Adjustment\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSteering Control\u003c\/th\u003e\n\u003ctd\u003eOriginal Steering Wheel Functions Retained\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOTA Updates\u003c\/th\u003e\n\u003ctd\u003eYes — One-Touch Wireless Update\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eInstallation\u003c\/th\u003e\n\u003ctd\u003eNon-Destructive, Plug \u0026amp; Play\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWarranty\u003c\/th\u003e\n\u003ctd\u003e1-Year Warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"td-package\"\u003e\u003ch2 class=\"td-heading\"\u003ePackage Includes\u003c\/h2\u003e\n\u003cp class=\"td-sub\"\u003eEverything you need for installation is included in the box.\u003c\/p\u003e\n\u003cul class=\"td-package-list\"\u003e\n\u003cli\u003e1× 9-inch Dashboard Display Host\u003c\/li\u003e\n\u003cli\u003e1× Universal Power Harness Kit\u003c\/li\u003e\n\u003cli\u003e1× 178° Front View Camera (Optional Configuration)\u003c\/li\u003e\n\u003cli\u003eInstallation Tools \u0026amp; Screws\u003c\/li\u003e\n\u003cli\u003e1× User Manual\u003c\/li\u003e\n\u003cli\u003e1-Year Warranty Coverage\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/section\u003e\u003csection class=\"td-video\"\u003e\u003ch2 class=\"td-heading td-center\"\u003e🎥 Discover Real Influencer Reviews\u003c\/h2\u003e\n\u003cp class=\"td-sub td-center-sub\"\u003eWatch real Sikunuo customers and influencers showcase our Tesla accessories in action!\u003c\/p\u003e\n\u003cdiv class=\"td-video-grid\"\u003e\n\u003cdiv class=\"td-video-container\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/H0CPIYDHVik\" title=\"Game-Changer for Tesla Model 3\/Y? Sikunuo 9'' CarPlay Dashboard install \u0026amp; Review!\" loading=\"lazy\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"td-video-container\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/vELlQa7crew\" title=\"CarPlay Compatible Tesla Model 3 F9 Pro Display Review\" loading=\"lazy\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Sikunuo","offers":[{"title":"Model Y Juniper \/ Model YL 2025+ \/ LHD (Left Hand Drive) \/ No","offer_id":43896548098111,"sku":null,"price":329.0,"currency_code":"USD","in_stock":true},{"title":"Model Y Juniper \/ Model YL 2025+ \/ LHD (Left Hand Drive) \/ Yes","offer_id":43896548130879,"sku":null,"price":349.0,"currency_code":"USD","in_stock":true},{"title":"Model Y Juniper \/ Model YL 2025+ \/ RHD (Right Hand Drive) \/ No","offer_id":43896548163647,"sku":null,"price":329.0,"currency_code":"USD","in_stock":true},{"title":"Model Y Juniper \/ Model YL 2025+ \/ RHD (Right Hand Drive) \/ Yes","offer_id":43896548196415,"sku":null,"price":349.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland 2024+ \/ LHD (Left Hand Drive) \/ No","offer_id":43896548229183,"sku":null,"price":329.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland 2024+ \/ LHD (Left Hand Drive) \/ Yes","offer_id":43896548261951,"sku":null,"price":349.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland 2024+ \/ RHD (Right Hand Drive) \/ No","offer_id":43896548294719,"sku":null,"price":329.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland 2024+ \/ RHD (Right Hand Drive) \/ Yes","offer_id":43896548327487,"sku":null,"price":349.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2024 \/ LHD (Left Hand Drive) \/ No","offer_id":43896548360255,"sku":null,"price":329.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2024 \/ LHD (Left Hand Drive) \/ Yes","offer_id":43896548393023,"sku":null,"price":349.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2024 \/ RHD (Right Hand Drive) \/ No","offer_id":43896548425791,"sku":null,"price":329.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2024 \/ RHD (Right Hand Drive) \/ Yes","offer_id":43896548458559,"sku":null,"price":349.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2023 \/ LHD (Left Hand Drive) \/ No","offer_id":43896548491327,"sku":null,"price":329.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2023 \/ LHD (Left Hand Drive) \/ Yes","offer_id":43896548524095,"sku":null,"price":349.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2023 \/ RHD (Right Hand Drive) \/ No","offer_id":43896548556863,"sku":null,"price":329.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2023 \/ RHD (Right Hand Drive) \/ Yes","offer_id":43896548589631,"sku":null,"price":349.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0665\/4207\/5967\/files\/tesery-9-inch-screen-dashboard-display-with-carplay-android-auto-for-model-3-model-y-1812201.jpg?v=1789720019","url":"https:\/\/sikunuo.com\/products\/tesla-model-3-y-display-dashboard-screen-with-carplay-android-auto","provider":"Sikunuo","version":"1.0","type":"link"}