interface ChipC8325ExtendProperty {
    @_xsi:type?: "ChipC8325ExtendProperty";
    ChangeLineBlankingLevel?: number;
    ChipLibVersion?: number;
    ColumnBlankingInterval?: number;
    ConstantCurrentInflectionPoint?: number;
    CouplingBlankingLevel?: number;
    CouplingOptimizationSetting?: number;
    CurrentGear?: number;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    LowAshEnhanceUniformity?: number;
    LowGrayCompsentionMode?: number;
    LowGrayCompsentionStrength?: number;
    OpenDetectionVoltage?: number;
    OpenProtectEnable?: boolean;
    ParityScanningEnable?: boolean;
    RefreshRate?: number;
    RegisterArray: number[];
}

Hierarchy

Properties

@_xsi:type?: "ChipC8325ExtendProperty" = ...
ChangeLineBlankingLevel?: number = common.UInt8
ChipLibVersion?: number = common.UInt8
ColumnBlankingInterval?: number = common.UInt8
ConstantCurrentInflectionPoint?: number = common.UInt8
CouplingBlankingLevel?: number = common.UInt8
CouplingOptimizationSetting?: number = common.UInt8
CurrentGear?: number = common.UInt8
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool
LowAshEnhanceUniformity?: number = common.UInt8
LowGrayCompsentionMode?: number = common.UInt8
LowGrayCompsentionStrength?: number = common.UInt8
OpenDetectionVoltage?: number = common.UInt8
OpenProtectEnable?: boolean = common.Bool
ParityScanningEnable?: boolean = common.Bool
RefreshRate?: number = common.UInt8
RegisterArray: number[] = ...