CN109243346A - Oled屏模组状态监测的方法 - Google Patents

Oled屏模组状态监测的方法 Download PDF

Info

Publication number
CN109243346A
CN109243346A CN201811197984.1A CN201811197984A CN109243346A CN 109243346 A CN109243346 A CN 109243346A CN 201811197984 A CN201811197984 A CN 201811197984A CN 109243346 A CN109243346 A CN 109243346A
Authority
CN
China
Prior art keywords
mould group
gpio
det
screen mould
oled screen
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201811197984.1A
Other languages
English (en)
Inventor
张金
石海兵
张俊喜
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sichuan Changhong Electric Co Ltd
Original Assignee
Sichuan Changhong Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sichuan Changhong Electric Co Ltd filed Critical Sichuan Changhong Electric Co Ltd
Priority to CN201811197984.1A priority Critical patent/CN109243346A/zh
Publication of CN109243346A publication Critical patent/CN109243346A/zh
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G3/00Control arrangements or circuits, of interest only in connection with visual indicators other than cathode-ray tubes
    • G09G3/006Electronic inspection or testing of displays and display drivers, e.g. of LED or LCD displays
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G3/00Control arrangements or circuits, of interest only in connection with visual indicators other than cathode-ray tubes
    • G09G3/20Control arrangements or circuits, of interest only in connection with visual indicators other than cathode-ray tubes for presentation of an assembly of a number of characters, e.g. a page, by composing the assembly by combination of individual elements arranged in a matrix no fixed position being assigned to or needed to be assigned to the individual characters or partial characters
    • G09G3/22Control arrangements or circuits, of interest only in connection with visual indicators other than cathode-ray tubes for presentation of an assembly of a number of characters, e.g. a page, by composing the assembly by combination of individual elements arranged in a matrix no fixed position being assigned to or needed to be assigned to the individual characters or partial characters using controlled light sources
    • G09G3/30Control arrangements or circuits, of interest only in connection with visual indicators other than cathode-ray tubes for presentation of an assembly of a number of characters, e.g. a page, by composing the assembly by combination of individual elements arranged in a matrix no fixed position being assigned to or needed to be assigned to the individual characters or partial characters using controlled light sources using electroluminescent panels
    • G09G3/32Control arrangements or circuits, of interest only in connection with visual indicators other than cathode-ray tubes for presentation of an assembly of a number of characters, e.g. a page, by composing the assembly by combination of individual elements arranged in a matrix no fixed position being assigned to or needed to be assigned to the individual characters or partial characters using controlled light sources using electroluminescent panels semiconductive, e.g. using light-emitting diodes [LED]
    • G09G3/3208Control arrangements or circuits, of interest only in connection with visual indicators other than cathode-ray tubes for presentation of an assembly of a number of characters, e.g. a page, by composing the assembly by combination of individual elements arranged in a matrix no fixed position being assigned to or needed to be assigned to the individual characters or partial characters using controlled light sources using electroluminescent panels semiconductive, e.g. using light-emitting diodes [LED] organic, e.g. using organic light-emitting diodes [OLED]

Abstract

本发明涉及电视机屏模组状态软件监测技术,其公开了一种OLED屏模组状态监测的方法,解决传统技术中对OLED屏模组状态监测精度低,系统资源容易被其它进程抢占,无法达到实时性监测的问题。本发明中的监测方法包括:在OLED屏模组的主芯片预留EVDD DET、ERROR DET和ON‑RF Done这三个可以配置为输入的IO口,用来做屏模组状态检测;创建内核线程,将这三个IO口依次配置成中断,通过创建的内核线程对配置成中断的GPIO进行实时监测。

Description

OLED屏模组状态监测的方法
技术领域
本发明涉及电视机屏模组状态软件监测技术,具体涉及OLED屏模组状态监测的方法。
背景技术
随着技术的发展,搭载OLED屏的电视产品逐渐增多,但是OLED屏的工作原理很容易导致烧屏,而OLED屏幕又十分昂贵,因此需要对屏模组状态进行监测,从而避免烧屏。
需要监测的屏模组状态有:EVDD DET、ERROR DET和ON-RF Done。EVDD DET是对模组24V电压的有无进行监测;ERROR DET是对模组发生过流进行监测;ON-RF Done是对模组PMIC芯片故障导致过流进行监测。OLED屏模组状态必须实时进行监测,因为一旦出现电流异常可能会很快烧屏,因此,OLED屏模组状态监测的实时性尤为重要。
目前,各电视厂家对OLED屏模组状态监测都只是在用户空间读取EVDD DET、ERRORDET和ON-RF Done的GPIO状态进行监测,但是,这种方式监测精度在100ms以上,系统资源也会被其它进程抢占,无法达到实时性监测。
发明内容
本发明所要解决的技术问题是:提出一种OLED屏模组状态监测的方法,解决传统技术中对OLED屏模组状态监测精度低,系统资源容易被其它进程抢占,无法达到实时性监测的问题。
本发明解决上述技术问题所采用的技术方案是:
OLED屏模组状态监测的方法,包括:
在OLED屏模组的主芯片预留EVDD DET、ERROR DET和ON-RF Done这三个可以配置为输入的IO口,用来做屏模组状态检测;创建内核线程,将这三个IO口依次配置成中断,通过创建的内核线程对配置成中断的GPIO进行实时监测。
作为进一步优化,所述内核线程每10ms运行一次。
作为进一步优化,所述配置成中断具体包括:将相应IO口配置成GPIO,并将该GPIO管脚设置成输入模式,设置触发中断异常条件,注册该GPIO管脚的中断功能,清除一次中断,再使能中断。
作为进一步优化,设置EVDD DET、ERROR DET和ON-RF Done的GPIO管脚中断的触发异常条件分别为:设置下降电平触发EVDD DET的GPIO管脚中断异常,设置上升电平触发ERROR DET的GPIO管脚中断异常,设置下降电平触发ON-RF Done的GPIO管脚中断异常。
作为进一步优化,所述通过创建的内核线程对配置成中断的GPIO进行实时监测,具体包括:
对EVDD DET的GPIO状态进行检测,检测到异常后关屏待机;
对ERROR DET的GPIO状态进行检测,检测到异常后关屏并拉低VDD电压,然后再拉高VDD电压并开屏,连续检测到3次异常后关屏待机进入系统锁死模式;
对ON-RF Done的GPIO管脚状态进行检测,检测到异常后关屏并拉低VDD电压,然后再拉高VDD电压并开屏,连续检测到3次异常后关屏待机进入系统锁死模式。
本发明的有益效果是:
本发明将屏模组状态监测做到内核空间,采用中断进行状态监测,可以将监测精度提高到10ms以内,解决OLED屏模组状态监测无法实时监测的缺陷。
附图说明
图1为本发明OLED屏模组状态监测的方法流程图。
具体实施方式
本发明旨在提出一种OLED屏模组状态监测的方法,解决传统技术中对OLED屏模组状态监测精度低,系统资源容易被其它进程抢占,无法达到实时性监测的问题。本发明的核心思想是:将屏模组状态监测做到内核空间,采用中断进行状态监测,可以将监测精度提高到10ms以内,从而达到实时监测的目的。
如图1所示,本发明中的OLED屏模组状态监测的方法包括:
在OLED屏模组的主芯片预留EVDD DET、ERROR DET和ON-RF Done这三个可以配置为输入的IO口,用来做屏模组状态检测,通过创建内核线程,将这三个IO口依次配置成中断,通过创建的内核线程对配置成中断的GPIO进行实时监测,检测到异常状态时进行异常处理。
本发明通过在OLED屏模组的主芯片预留EVDD DET、ERROR DET和ON-RF Done这三个可以配置为输入的IO口,用来做屏模组状态检测,将这三个IO口依次配置成中断,在内核创建线程对配置成中断的GPIO进行实时监测。配置EVDD DET的GPIO中断将该GPIO管脚设置成输入模式,正常模式下屏的TCON板会将该GPIO拉高,出现异常则会将该GPIO拉低,因此设置下降电平触发中断异常,注册该GPIO管脚的中断功能,清除一次中断,再使能中断;配置ERROR DET的GPIO中断将该GPIO管脚设置成输入模式,正常模式下屏的TCON板会将该GPIO拉低,出现异常则会将该GPIO拉高,因此设置上升电平触发中断异常,注册该GPIO管脚的中断功能,清除一次中断,再使能中断;配置ON-RF Done的GPIO中断将该GPIO管脚设置成输入模式,正常模式下屏的TCON板会将该GPIO拉高,出现异常则会将该GPIO拉低,因此设置下降电平触发中断异常,注册该GPIO管脚的中断功能,清除一次中断,再使能中断。
因为内核空间线程可以保证监测的资源不被抢占,配置成中断的GPIO管脚可以实时反应GPIO状态,所以内核线程对配置成中断后的EVDD DET、ERROR DET和ON-RF Done的GPIO管脚状态进行监测,就可以达到实时监测的需求,解决OLED屏模组状态监测无法实时监测的缺陷。
实施例:
本例采用华为海思的Hi3751V811芯片作为机芯主芯片,搭载LG屏厂家的OLED屏。
OLED屏模组状态监测的具体实施方式如下:
1.主芯片预留EVDD DET、ERROR DET和ON-RF Done的IO口,这三个IO口都可以配置为输入的引脚,用来做屏模组状态检测;
2.创建一个内核线程k,每10ms跑一次;
3.在线程k中将EVDD DET的GPIO配置成中断模式,将该GPIO管脚设置成输入模式,设置下降电平触发中断异常,注册该GPIO管脚的中断功能,清除一次中断,再使能中断,并对该GPIO状态进行检测,检测到异常后关屏待机;
4.检测到EVDD DET的GPIO状态正常后将ERROR DET的GPIO配置成中断模式,将该GPIO管脚设置成输入模式,设置上升电平触发中断异常,注册该GPIO管脚的中断功能,清除一次中断,再使能中断,并对该GPIO状态进行检测,检测到异常后关屏并拉低VDD电压,然后再拉高VDD电压并开屏,连续检测到3次异常后关屏待机进入系统锁死模式;
5.检测到ERROR DET的GPIO状态正常后将ON-RF Done的GPIO配置成中断模式,将该GPIO管脚设置成输入模式,设置下降电平触发中断异常,注册该GPIO管脚的中断功能,清除一次中断,再使能中断,并对该GPIO状态进行检测,检测到异常后关屏并拉低VDD电压,然后再拉高VDD电压并开屏,连续检测到3次异常后关屏待机进入系统锁死模式。

Claims (5)

1.OLED屏模组状态监测的方法,其特征在于,包括:
在OLED屏模组的主芯片预留EVDD DET、ERROR DET和ON-RF Done这三个可以配置为输入的IO口,用来做屏模组状态检测;创建内核线程,将这三个IO口依次配置成中断,通过创建的内核线程对配置成中断的GPIO进行实时监测。
2.如权利要求1所述的OLED屏模组状态监测的方法,其特征在于,OLED屏模组状态监测的方法,其特征在于,所述内核线程每10ms运行一次。
3.如权利要求1所述的OLED屏模组状态监测的方法,其特征在于,所述配置成中断具体包括:将相应IO口配置成GPIO,并将该GPIO管脚设置成输入模式,设置触发中断异常条件,注册该GPIO管脚的中断功能,清除一次中断,再使能中断。
4.如权利要求3所述的OLED屏模组状态监测的方法,其特征在于,设置EVDD DET、ERRORDET和ON-RF Done的GPIO管脚中断的触发异常条件分别为:设置下降电平触发EVDD DET的GPIO管脚中断异常,设置上升电平触发ERROR DET的GPIO管脚中断异常,设置下降电平触发ON-RF Done的GPIO管脚中断异常。
5.如权利要求4所述的OLED屏模组状态监测的方法,其特征在于,所述通过创建的内核线程对配置成中断的GPIO进行实时监测,具体包括:
对EVDD DET的GPIO状态进行检测,检测到异常后关屏待机;
对ERROR DET的GPIO状态进行检测,检测到异常后关屏并拉低VDD电压,然后再拉高VDD电压并开屏,连续检测到3次异常后关屏待机进入系统锁死模式;
对ON-RF Done的GPIO管脚状态进行检测,检测到异常后关屏并拉低VDD电压,然后再拉高VDD电压并开屏,连续检测到3次异常后关屏待机进入系统锁死模式。
CN201811197984.1A 2018-10-15 2018-10-15 Oled屏模组状态监测的方法 Pending CN109243346A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811197984.1A CN109243346A (zh) 2018-10-15 2018-10-15 Oled屏模组状态监测的方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811197984.1A CN109243346A (zh) 2018-10-15 2018-10-15 Oled屏模组状态监测的方法

Publications (1)

Publication Number Publication Date
CN109243346A true CN109243346A (zh) 2019-01-18

Family

ID=65052775

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811197984.1A Pending CN109243346A (zh) 2018-10-15 2018-10-15 Oled屏模组状态监测的方法

Country Status (1)

Country Link
CN (1) CN109243346A (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111050224A (zh) * 2019-12-27 2020-04-21 深圳创维-Rgb电子有限公司 一种电视机防残影的处理方法、电视机及存储介质

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101169758A (zh) * 2007-11-19 2008-04-30 中兴通讯股份有限公司 一种Linux操作系统进程调度信息的监测方法
US7414606B1 (en) * 1999-11-02 2008-08-19 Ati International Srl Method and apparatus for detecting a flat panel display monitor
CN102945652A (zh) * 2012-11-27 2013-02-27 广东欧珀移动通信有限公司 一种解决显示屏显示异常的方法及系统
US20150130822A1 (en) * 2013-11-13 2015-05-14 Jae Chul Lee Timing controller, display system including the same, and method of use thereof
CN106933690A (zh) * 2017-02-27 2017-07-07 北京博纳电气股份有限公司 一种基于mcu的硬件看门狗实现方法
CN107133119A (zh) * 2017-05-02 2017-09-05 郑州云海信息技术有限公司 一种通过cpld实现硬件看门狗功能的方法
CN108492756A (zh) * 2018-03-21 2018-09-04 武汉精测电子集团股份有限公司 一种针对液晶模组的多路id/te检测装置及多路id/te检测器
CN108632084A (zh) * 2018-03-30 2018-10-09 天津麒麟信息技术有限公司 一种基于飞腾处理器内置gmac网络控制器的网口状态更新方法

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7414606B1 (en) * 1999-11-02 2008-08-19 Ati International Srl Method and apparatus for detecting a flat panel display monitor
CN101169758A (zh) * 2007-11-19 2008-04-30 中兴通讯股份有限公司 一种Linux操作系统进程调度信息的监测方法
CN102945652A (zh) * 2012-11-27 2013-02-27 广东欧珀移动通信有限公司 一种解决显示屏显示异常的方法及系统
US20150130822A1 (en) * 2013-11-13 2015-05-14 Jae Chul Lee Timing controller, display system including the same, and method of use thereof
CN106933690A (zh) * 2017-02-27 2017-07-07 北京博纳电气股份有限公司 一种基于mcu的硬件看门狗实现方法
CN107133119A (zh) * 2017-05-02 2017-09-05 郑州云海信息技术有限公司 一种通过cpld实现硬件看门狗功能的方法
CN108492756A (zh) * 2018-03-21 2018-09-04 武汉精测电子集团股份有限公司 一种针对液晶模组的多路id/te检测装置及多路id/te检测器
CN108632084A (zh) * 2018-03-30 2018-10-09 天津麒麟信息技术有限公司 一种基于飞腾处理器内置gmac网络控制器的网口状态更新方法

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111050224A (zh) * 2019-12-27 2020-04-21 深圳创维-Rgb电子有限公司 一种电视机防残影的处理方法、电视机及存储介质

Similar Documents

Publication Publication Date Title
JP7237110B2 (ja) 故障予測方法、装置、電子設備、記憶媒体、及びプログラム
CN108155619B (zh) 继电保护装置多核cpu嵌入式系统处理方法和平台
CN106326066B (zh) 一种嵌入式系统任务响应性能的监测调整的方法及其系统
CN107659431A (zh) 接口处理方法、装置、存储介质和处理器
PH12020550049A1 (en) High-availability management end device and management method of OpenStack virtual machine for preventing split-brain
US9256399B2 (en) Breaking program execution on events
CN105282303A (zh) 一种移动终端的控制装置、控制方法及其移动终端
CN107678994A (zh) PCIe设备热拔方法及装置
CN109243346A (zh) Oled屏模组状态监测的方法
CN107193680A (zh) 一种心跳检测方法、设备及系统
CN103676727A (zh) 基于嵌入式芯片的可抢占、可嵌套中断控制方法
CN103730951A (zh) 一种电源管理系统及其方法
CN105634502A (zh) 基于状态机的按键扫描的实现方法
CN108614763A (zh) 一种应用的调试方法及装置
CN103280766A (zh) 一种过压保护电路
CN105224426A (zh) 物理主机故障检测方法、装置及虚机管理方法、系统
CN108563530A (zh) 看门狗及其实现方法
CN109766028B (zh) 一种红外触摸屏触控分管系统和方法
CN108388228B (zh) 一种针对多通道嵌入式控制系统的同步调试方法和装置
US10031173B2 (en) Arc fault and ground fault interrupter using dual ADC
CN103970571A (zh) 航空发动机的控制软件运行出错的恢复方法及系统
CN109597728A (zh) 测试设备的控制方法及装置、计算机可读存储介质
CN102549510A (zh) 用于检查操作系统的实时特性的方法
CN104754328B (zh) 一种分布式视频质量诊断方法
Anders et al. Intelligent operations of the data acquisition system of the ATLAS experiment at LHC

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20190118