Patent 7279708

Derivative works

Defensive disclosure: derivative variations of each claim designed to render future incremental improvements obvious or non-novel.

Active provider: Google · gemini-2.5-pro

Derivative works

Defensive disclosure: derivative variations of each claim designed to render future incremental improvements obvious or non-novel.

✓ Generated

Defensive Disclosure: Electroluminescent Display Structures and Manufacturing Methods

Publication Date: May 13, 2026
Reference Art: U.S. Patent 7,279,708 ("the '708 patent")
Keywords: OLED, AMOLED, Outgassing, Planarization, Sub-Conductive Layer, Via Hole, Penetration Portion, Power Supply Line, Display Manufacturing, Thin Film Transistor (TFT)

This document discloses enhancements, alternative embodiments, and new applications of the core concepts described in U.S. Patent 7,279,708. The purpose of this disclosure is to place these concepts into the public domain, thereby creating prior art against subsequent patent applications for similar, incremental improvements.


Derivatives Based on a Perforated Sub-Conductive Layer (Claim 1 Type)

1. Material & Component Substitution

Derivative 1.1: Graphene-Based Sub-Conductive Layer

  • Enabling Description: The sub-conductive layer (411) is formed from a single- or few-layer sheet of chemical vapor deposition (CVD) grown graphene. The penetration portions (412) are created post-transfer using a femtosecond laser ablation process, which creates clean, micron-sized holes without damaging the underlying organic insulating layer (180). Graphene's atomic thinness, optical transparency, and high conductivity provide a superior alternative to ITO, especially for flexible or transparent displays. The organic insulating layer (180) is a polyimide (PI) or Parylene-C film, chosen for its high thermal stability and low outgassing properties.
  • Mermaid Diagram:
    graph TD
        A[Second Electrode Layer - Cathode] -->|Electrical Contact| B(Sub-Conductive Layer);
        B --|> C{Graphene Sheet};
        C -- F(Laser Ablation Creates Penetration Portions);
        B --> D(Via Hole in Insulating Layer);
        D --> E[Electrode Power Supply Line];
        subgraph Substrate Layers
            E
            G[Organic Insulating Layer - Polyimide]
            H[TFT Layers]
        end
        B --"Sits on"--> G;
    

Derivative 1.2: Porous Metallic Aerogel Sub-Conductive Layer

  • Enabling Description: The sub-conductive layer is fabricated from a porous metallic aerogel (e.g., gold or copper aerogel). The inherent nano-porosity of the aerogel structure serves as the "penetration portion," allowing for uniform outgassing from the entire surface of the underlying organic insulating layer (180). The aerogel is deposited via an ink-jet or aerosol jet printing process, allowing for precise patterning along the electrode power supply line (410). This method eliminates the need for a separate patterning step to create holes.
  • Mermaid Diagram:
    graph TD
        subgraph "EL Device Stack"
            Cathode(Second Electrode Layer)
            OLED_Stack(Organic EL Unit)
            Anode(First Electrode Layer)
        end
        
        subgraph "Power Connection"
            PowerSupply[Electrode Power Supply Line]
            Insulator(Organic Insulating Layer 180)
            SubLayer(Sub-Conductive Layer - Metallic Aerogel 411)
            Via(Via Hole 182)
        end
    
        Cathode -- "Electrical Path" --> SubLayer
        SubLayer -- "Fills" --> Via
        Via -- "Exposes" --> PowerSupply
        Insulator -- "Contains" --> Via
        PowerSupply -- "Under" --> Insulator
        SubLayer -- "Over" --> Insulator
        
        subgraph "Outgassing Path"
            GasSource(Gas from Insulator 180)
            GasPath{Porous Aerogel Structure}
            Escape(To Vacuum)
        end
        
        GasSource --> |Permeates Through| GasPath
        GasPath --> Escape
    

2. Operational Parameter Expansion

Derivative 2.1: Cryogenic Temperature Display Application

  • Enabling Description: The invention is adapted for displays operating in cryogenic environments (-150°C to -200°C), such as in superconducting electronics or deep-space instrumentation. The organic insulating layer (180) is a low-Tg (glass transition temperature) siloxane-based polymer. The sub-conductive layer (411) is a superconducting niobium nitride (NbN) film. The penetration portions (412) are critical to vent trapped cryo-gases (e.g., N2, Ar) that may be adsorbed during fabrication and can cause delamination during thermal cycling. The holes are patterned using reactive-ion etching (RIE).
  • Mermaid Diagram:
    stateDiagram-v2
        [*] --> Manufacturing : Begin
        Manufacturing --> Cooling : Deploy to Cryo-Environment
        state Cooling {
            direction LR
            AdsorbedGas: Trapped N2/Ar
            Contraction: Material Shrinkage
            AdsorbedGas --> TrappedGasPressure : Gas Expands in Voids
            TrappedGasPressure --> DelaminationRisk : Stress on Layers
        }
        Cooling --> Operation
        state Operation {
            direction LR
            NbN_Superconducting: Zero Resistance in Sub-Conductive Layer
            Venting: Gas escapes via Penetration Portions (412)
            Stable: Delamination Prevented
        }
        Operation --> [*]
    

Derivative 2.2: High-Frequency Flexible Display

  • Enabling Description: A flexible display designed to operate at refresh rates exceeding 240 Hz and be subjected to millions of bending cycles. The sub-conductive layer (411) is a composite of silver nanowires (AgNWs) embedded in a polyurethane matrix, providing both conductivity and flexibility. The penetration portions (412) are laser-drilled and act as mechanical stress-relief points, preventing crack propagation in the AgNW network during flexing. The entire structure is built on a flexible polyimide substrate. The high-frequency power supplied through the electrode power supply line (410) requires the sub-conductive layer to have low impedance, which is maintained by the interconnected AgNW network.
  • Mermaid Diagram:
    graph LR
        A(High-Frequency Driver) --> B[Power Supply Line];
        B --> C{Via Hole};
        C --> D[Sub-Conductive Layer];
        subgraph "Flexible Sub-Conductive Layer (411)"
            D1(Silver Nanowire Network)
            D2(Polyurethane Matrix)
            D3(Laser-Drilled Penetration Portions)
        end
        D---D1 & D2 & D3
        D --> E[Second Electrode];
        F(Mechanical Flexing Stress) --> D3;
        D3 -- "Prevents Crack Propagation" --> D1;
    

3. Cross-Domain Application

Derivative 3.1: Aerospace - Self-Healing "Smart Skin" for Aircraft

  • Enabling Description: The structure is re-purposed as a damage detection and self-healing skin for an aircraft fuselage. The "substrate" is the aircraft's composite body. The "organic insulating layer" is a polymer matrix containing microcapsules of a healing agent (e.g., epoxy resin and hardener). The "sub-conductive layer" is a network of conductive traces. A crack in the fuselage ruptures the microcapsules, releasing the healing agent. The same crack also breaks the sub-conductive trace. The "penetration portions" are pre-fabricated micro-reservoirs holding additional healing agent, which are released upon significant structural flex. The change in resistance is monitored to signal that damage has occurred and a healing event has been initiated.
  • Mermaid Diagram:
    sequenceDiagram
        participant AircraftSkin as Smart Skin
        participant MonitoringSystem as Onboard Computer
        
        loop Health Check
            MonitoringSystem->>AircraftSkin: Send Test Current
            AircraftSkin->>MonitoringSystem: Return Resistance Value
        end
    
        Note right of AircraftSkin: Micro-crack Occurs
        AircraftSkin->>AircraftSkin: Sub-conductive trace breaks
        AircraftSkin->>AircraftSkin: Microcapsules rupture, release healing agent
        
        loop Health Check
            MonitoringSystem->>AircraftSkin: Send Test Current
            Note over AircraftSkin: High Resistance / Open Circuit
            AircraftSkin->>MonitoringSystem: Report High Resistance
        end
        
        MonitoringSystem->>AircraftSkin: Log Damage Event & Location
        Note over AircraftSkin: Healing agent cures crack
    

Derivative 3.2: Agricultural Technology - Smart Soil-Sensing Film

  • Enabling Description: A biodegradable polymer film for agricultural use. The "organic insulating layer" is a polylactic acid (PLA) substrate embedded with nutrient pellets. The "sub-conductive layer" is a printed magnesium (Mg) trace that acts as a moisture sensor (resistance changes with hydration). The "penetration portions" are apertures that allow direct contact between the Mg trace and the soil. As the film biodegrades, the Mg trace corrodes, and its changing resistance, measured by a data logger, provides a real-time profile of soil moisture and the rate of film decomposition and nutrient release.
  • Mermaid Diagram:
    graph TD
        subgraph Smart Film
            A[Mg Sub-Conductive Trace] -- Sits on --> B[PLA Insulating Layer];
            B -- Contains --> C[Nutrient Pellets];
            A -- "Has" --> D{Penetration Portions};
        end
        
        subgraph Environment
            E[Soil]
            F[Water]
        end
    
        D -- "Allows Contact" --> E;
        F -- "Hydrates" --> E;
        E -- "Corrodes" --> A;
        A -- "Resistance Change" --> G((Data Logger));
        B -- "Degrades to Release" --> C;
        C -- "Fertilizes" --> E;
    

Derivative 3.3: Consumer Electronics - Dynamic Haptic Surface

  • Enabling Description: A surface for a trackpad or touchscreen that provides localized haptic feedback. The "organic insulating layer" is an electroactive polymer (EAP). The "sub-conductive layer" is patterned into an array of small, isolated pads, each connected through a via to a driving transistor (TFT). The "penetration portions" are gaps between these pads. When a voltage is applied to a pad (the "second electrode"), the EAP beneath it deforms, creating a bump or texture. The gaps (penetration portions) allow the EAP to deform without stressing adjacent, non-activated areas. This enables the creation of dynamic, high-resolution tactile patterns on the surface.
  • Mermaid Diagram:
    graph TD
        subgraph Haptic Module
            A[TFT Array] --> B[Power Lines];
            B --> C{Via Holes};
            C --> D[Sub-Conductive Pads];
            D -- "Separated by Gaps (Penetration Portions)" --> D;
            D -- "Applies E-Field to" --> E[Electroactive Polymer Layer];
            E -- "Deforms to Create" --> F(Haptic Bump);
        end
        UserFinger -- Touches --> E;
        ControlUnit -- "Sends Signal to" --> A;
    

Derivatives Based on a Segmented Sub-Conductive Layer (Claim 9 Type)

4. Integration with Emerging Tech

Derivative 4.1: AI-Optimized Power Distribution

  • Enabling Description: The "unit sub-conductive layers" (411'a) are individually addressable via an underlying CMOS control circuit. An AI algorithm running on a co-packaged SoC (System-on-Chip) dynamically controls the voltage supplied to each unit layer. The system uses real-time image analysis to predict which areas of the display will show high-brightness content in upcoming frames. The AI then pre-conditions the power distribution by slightly increasing the voltage to the corresponding unit sub-conductive layers, compensating for IR drop in advance and preventing localized dimming in high-load areas. The gaps between the units prevent electrical crosstalk.
  • Mermaid Diagram:
    sequenceDiagram
        participant User as User
        participant AI_Controller as AI Controller
        participant CMOS_Circuit as Power Gating Circuit
        participant SubConductiveUnits as Unit Layers (411'a)
        participant OLED_Display as Display Pixels
    
        User->>AI_Controller: Views Content
        AI_Controller->>AI_Controller: Analyze next video frame (Predict high-brightness regions)
        AI_Controller->>CMOS_Circuit: Send predictive power map
        CMOS_Circuit->>SubConductiveUnits: Adjust voltage to individual units
        SubConductiveUnits->>OLED_Display: Supply pre-compensated power
        OLED_Display->>User: Display uniform, bright image
    

Derivative 4.2: IoT-Enabled Environmental Monitoring

  • Enabling Description: Each "unit sub-conductive layer" (411'a) is coupled with a micro-sensor (e.g., temperature, humidity, pressure) embedded within the insulating layer (180). These sensors are powered and read out through the same power supply line (410) using a power-line communication (PLC) protocol. This creates a distributed sensor network across the non-active area of the display. An IoT module collects this data to monitor the integrity of the device's hermetic seal in real-time. A detected increase in internal humidity can trigger a preventative maintenance warning before catastrophic failure. The separation between units ensures sensor isolation.
  • Mermaid Diagram:
    graph TD
        subgraph Display_Edge
            PSL[Power Supply Line 410]
            Insulator[Organic Insulator 180]
            Unit1[Unit Layer 411'a]
            Unit2[Unit Layer 411'a]
            Unit3[Unit Layer 411'a]
            Sensor1[Temp Sensor]
            Sensor2[Humidity Sensor]
            Sensor3[Pressure Sensor]
        end
        subgraph External
            IoT_Module[IoT Gateway]
            Cloud[Cloud Analytics]
        end
    
        PSL -- "Powers & Communicates with" --> Sensor1
        PSL -- "Powers & Communicates with" --> Sensor2
        PSL -- "Powers & Communicates with" --> Sensor3
        
        Unit1 -- "Connects to" --> PSL
        Unit2 -- "Connects to" --> PSL
        Unit3 -- "Connects to" --> PSL
        
        Insulator -- "Contains" --> Sensor1
        Insulator -- "Contains" --> Sensor2
        Insulator -- "Contains" --> Sensor3
    
        PSL -- "PLC Data" --> IoT_Module
        IoT_Module --> Cloud
    

5. The "Inverse" or Failure Mode

Derivative 5.1: Sacrificial Outgassing Manifold

  • Enabling Description: The "unit sub-conductive layers" (411'a) are made from a material with a low sublimation temperature, such as a doped fullerenic carbon. The organic insulating layer (180) is a photodefinable polymer heavily loaded with a blowing agent. During manufacturing, after the sub-conductive units and first electrode (210) are patterned, the entire substrate is exposed to a high-intensity UV flash. This causes two simultaneous events: 1) The blowing agent in the insulator decomposes, creating a high-pressure gas release that purges the entire layer. 2) The intense energy causes the low-sublimation-temperature unit sub-conductive layers to vaporize. The final second electrode (400) is then deposited directly into the voids left by the vaporized units, forming robust, self-aligned power connections through the now-purged insulating layer. The outgassing process is deliberately and explosively completed in a single step.
  • Mermaid Diagram:
    graph TD
        subgraph "Step 1: Deposition"
            A[Power Line 410] --> B[Insulator with Blowing Agent];
            B --> C[Sacrificial Sub-Conductive Units];
        end
        subgraph "Step 2: UV Flash Anneal"
            D(High-Intensity UV) --> B;
            D --> C;
            B -- "Decomposes, Releases Gas" --> E{Outgassing Event};
            C -- "Sublimates" --> F(Vaporization);
        end
        subgraph "Step 3: Final Deposition"
            G[Second Electrode Material] -- "Deposits into voids left by C" --> H(Direct Connection to Power Line A);
        end
        A -- Forms --> H;
    

Combination with Open-Source Standards

  1. Combination with RISC-V for On-Panel Processing: The electroluminescence display device, manufactured using the outgassing-mitigation structures of the '708 patent, integrates a System-on-Glass (SOG) design. The thin-film transistor (TFT) layer (Fig. 2A) is fabricated to include not only the pixel-driving circuits but also a complete microcontroller core based on the open-source RISC-V instruction set architecture (ISA). The electrode power supply line (410) is designed with multiple voltage rails to power both the OLED cathode (via the sub-conductive layer 411) and the RISC-V core. The penetration portions (412) in the sub-conductive layer are critical for preventing delamination of the large-area power planes required for the microcontroller, which are formed on the same organic insulating layer (180) as the pixel electrodes. This allows for on-panel image processing, such as applying demura algorithms or local dimming, without an external TCON board.

  2. Combination with the Web of Things (WoT) Standard: A large-format EL display, such as for digital signage, is manufactured using the method of forming unit sub-conductive layers (411'a) as described. Each unit sub-conductive layer, in addition to supplying power, acts as a capacitive touch sensor. The array of these sensors is managed by an embedded controller that exposes its data and functions through a Web of Things (WoT) Thing Description. This allows any standard-compliant web browser or application to interact with the display's touch functionality, read sensor data (e.g., touch pressure, ambient light), and control display content using standard web protocols like HTTP and WebSockets. The physical separation of the unit layers provides the necessary electrical isolation for a high-resolution touch matrix.

  3. Combination with KiCad Open-Source EDA Suite: The physical layout of the display's non-active area, including the electrode power supply line (410), the insulating layer (180) with its via hole (182), and the sub-conductive layer (411) with its penetration portions (412), is designed and simulated using the open-source KiCad Electronic Design Automation (EDA) software. Custom scripts and component libraries are developed for KiCad to model the unique properties of OLED materials and thin-film layers. A key script calculates the optimal density and placement of penetration portions to minimize outgassing time based on the defined geometry of the power line and the thermal properties of the organic insulator, making the '708 patent's manufacturing improvement accessible through an open-source design workflow.

Generated 5/13/2026, 8:09:16 PM