; ;

Free Nationwide Shipping on all orders over $150.00

Duiker Technologies

Roll up LED

(0)View
0 Sold
LED Roller Screen (Reach Out for Pricing)

The LED Roller Screen offers a high-definition display with seamless splicing, making it ideal for quick installation and reduced labor costs. Its ultra-thin and lightweight design (only 17mm thick and 18kg/m²) ensures easy transportation and setup. The screen features high contrast, high resolution, and delivers vivid, detailed images.

Key Features:

Multiple pixel pitch options: P0.78, 0.9, 1.2, 1.5, 1.9, 2.6, 3.91
High protection and safety: IP65/IP41 rating, safe power input (24-48V low DC voltage), and CE/FCC/ROHS certifications
Double-layer coated modules for seamless, high-definition visuals
Flexible installation: supports fixed, rental, and hanging setups; front maintenance available
Strong interactivity: 3840Hz refresh rate and 140° wide viewing angle
Fast installation and cost efficiency: compact packaging for easy transport and storage
Customizable and seamless splicing with high-precision assembly
Foldable structure can be laid directly on the ground without supporting feet
A${{shopModel.rebate>0?shopModel.discountPriceStr:shopModel.formattedAmount}} A$ {{shopModel.formattedAmount}}
{{item.name}}
COUPON
COUPON
No minimum spend Order total exceeds A${{item.fullAmount}} A${{item.money}} {{item.rebate}}% OFF A${{item.money}} {{item.rebate}}% OFF
Copy code
Quantity:
Estimated Delivery Date: Aug 03-Aug 08
Frequently Asked Questions
How can I contact customer service?
Do you ship overseas?
How long will it take to get my order?
Specifications

Module Size500*62.5*17mm

LED Type:SMD1415

Brightness:600nit(Typ.)

Scan Type:1/24

Viewing Angle:140°/140°

Contrast Ratio:>3000:1

Refresh Rate:3840Hz

Weight:18kg/m²

IP RatingIP65/IP41

Operation Time (Hour/Day)24/7

Life Time (Light Source):100000hrs


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Nature's Candy - All About Fruits</title>
    <style>
        :root {
            --primary: #FF7043;
            --secondary: #81C784;
            --dark: #3E2723;
            --light: #F1F8E9;
            --accent: #FFCA28;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        body {
            background-color: var(--light);
            color: var(--dark);
            line-height: 1.6;
        }

        header {
            background-color: white;
            padding: 20px 50px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            box-shadow: 0 4px 6px rgba(0,0,0,0.05);
        }

        header .logo {
            font-size: 24px;
            font-weight: bold;
            color: var(--primary);
        }

        header nav a {
            text-decoration: none;
            color: var(--dark);
            margin-left: 20px;
            font-weight: 500;
        }

        header nav a:hover {
            color: var(--primary);
        }

        .hero {
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('https://unsplash.com') no-repeat center center/cover;
            height: 450px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: white;
            padding: 20px;
        }

        .hero h1 {
            font-size: 50px;
            margin-bottom: 10px;
        }

        .hero p {
            font-size: 18px;
            margin-bottom: 25px;
            max-width: 600px;
        }

        .cta-btn {
            background-color: var(--accent);
            color: var(--dark);
            padding: 12px 30px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.2);
        }

        .container {
            max-width: 1100px;
            margin: 50px auto;
            padding: 0 20px;
        }

        .section-title {
            text-align: center;
            font-size: 35px;
            margin-bottom: 30px;
            color: var(--primary);
        }

        .grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }

        .card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s ease;
        }

        .card:hover {
            transform: translateY(-10px);
        }

        .card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }

        .card-content {
            padding: 20px;
        }

        .card-content h3 {
            margin-bottom: 10px;
            color: var(--secondary);
            font-size: 22px;
        }

        footer {
            background-color: var(--dark);
            color: white;
            text-align: center;
            padding: 30px;
            margin-top: 50px;
        }

        @media (max-width: 768px) {
            .hero h1 { font-size: 35px; }
            header { padding: 20px; }
        }
    </style>
</head>
<body>

<header>
    <div class="logo">Nature's Candy</div>
    <nav>
        <a href="#about">About</a>
        <a href="#gallery">Fruits</a>
        <a href="#contact">Contact</a>
    </nav>
</header>

<div class="hero">
    <h1>Embrace the Sweetness of Nature</h1>
    <p>Discover the vibrant world of fresh fruits, packed with essential vitamins, antioxidants, and pure deliciousness.</p>
    <a href="#gallery" class="cta-btn">Explore Fruits</a>
</div>

<div class="container" id="about">
    <h2 class="section-title">Why Eat Fruit?</h2>
    <p style="text-align: center; max-width: 800px; margin: 0 auto; font-size: 18px;">Fruits are low in fat, sodium, and calories, yet high in nutrients. They are excellent sources of dietary fiber, vitamin C, and potassium. Whether you want to boost your immunity or find a healthy snack, fruits are nature's perfect food.</p>
</div>

<div class="container" id="gallery">
    <h2 class="section-title">Our Fruit Showcase</h2>
    <div class="grid">
        <div class="card">
            <img src="https://unsplash.com" alt="Fresh Strawberries">
            <div class="card-content">
                <h3>Strawberries</h3>
                <p>Rich in vitamin C and manganese, these sweet red gems are perfect for desserts or a simple afternoon snack.</p>
            </div>
        </div>
        <div class="card">
            <img src="https://unsplash.com" alt="Ripe Mangoes">
            <div class="card-content">
                <h3>Mangoes</h3>
                <p>Known as the "king of fruits", mangoes are tropical, juicy, and incredibly sweet, bursting with Vitamin A and C.</p>
            </div>
        </div>
        <div class="card">
            <img src="https://unsplash.com" alt="Blueberries">
            <div class="card-content">
                <h3>Blueberries</h3>
                <p>These powerful superfoods are loaded with antioxidants and make the perfect addition to breakfast bowls and smoothies.</p>
            </div>
        </div>
    </div>
</div>

<footer>
    <p>© 2026 Nature's Candy. Eat fresh, live well.</p>
</footer>

</body>
</html>


CUSTOMER REVIEWS

{{commentStat.averageRating}}

{{commentStat.total}} Revirews

{{(commentStat.praiseData.length - index)}} Star
{{item.scale}}
All({{commentStat.total}}) Images({{commentStat.imgSum}}) 5 Star({{commentStat.praiseSum}})
Write a Review
Only customers who purchased this item are allowed to leave a review.
Inquire for more cooperation or product information.
We will contact you within 1 business day. Please check your email.
Name
Mail
Phone
Message
Send
Subscribe today to hear first about our sales

Duiker

We reply immediately
Welcome to our website. Ask us anything 🎉

Start Chat with: