CN101635139A - Method for recording display EDID - Google Patents

Method for recording display EDID Download PDF

Info

Publication number
CN101635139A
CN101635139A CN200910305956A CN200910305956A CN101635139A CN 101635139 A CN101635139 A CN 101635139A CN 200910305956 A CN200910305956 A CN 200910305956A CN 200910305956 A CN200910305956 A CN 200910305956A CN 101635139 A CN101635139 A CN 101635139A
Authority
CN
China
Prior art keywords
edid
display
vga
data
dvi
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.)
Granted
Application number
CN200910305956A
Other languages
Chinese (zh)
Other versions
CN101635139B (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.)
TPV Electronics Fujian Co Ltd
Original Assignee
TPV Electronics Fujian 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 TPV Electronics Fujian Co Ltd filed Critical TPV Electronics Fujian Co Ltd
Priority to CN2009103059561A priority Critical patent/CN101635139B/en
Publication of CN101635139A publication Critical patent/CN101635139A/en
Application granted granted Critical
Publication of CN101635139B publication Critical patent/CN101635139B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention relates to a method for recording a display EDID, which is characterized in that when the display EDID is recorded, the VGA EDID of a display is transmitted to display MCU software; when an MCU receives the VGA EDID and stores the data in the corresponding storage position, a different byte between the VGA EDID and DVI EDID is modified into DVI EDID, and the modified DVI EDID is copied to the position on a DVI interface, where the EDID is stored. The invention simplifies the EDID recording process and improves the production efficiency and the quality of the display.

Description

A kind of method for recording display EDID
Technical field
The method that the present invention relates to a kind of recording display EDID is used and the display production field.
Background technology
Known, if display has a plurality of input source, each source all needs EDID (the ExtendedDisplay Identification Data Standard) data of burning correspondence.As display with VGA and DVI and HDMI, need the EDID data of VGA interface and the equal burning correspondence of DVI interface, its burning flow process is as shown in Figure 1.Give birth at display on the processing procedure of factory, burning EDID needs about time spent 3S.The needed time of a plurality of interfaces is (quantity of 3s* interface), has influence on the production efficiency of producing line.And to guarantee that all the SN number of being exported is consistent during each interface burning.
Summary of the invention
In order to overcome the deficiency of above-mentioned technology, the purpose of this invention is to provide a kind of method of recording display EDID, it can effectively improve the burning flow process of EDID, improves the production efficiency and the quality of display.
The present invention realizes like this, a kind of method for recording display EDID, it is characterized in that: when recording display EDID, VGA EDID data with display sends to display MCU software earlier, the VGA EDID data that receives as MCU, with this file maintenance behind corresponding memory location, again with VGA EDID data and the discrepant byte of DVI EDID data, be revised as the DVIEDID data, and the position that the EDID of amended DVI EDID data copy to DVI interface is deposited.
The present invention with VGA EDID data and the discrepant byte of DVI EDID data, directly is revised as the DVIEDID data by the MCU software, has effectively shortened the burning process, and production efficiency and display quality are provided, and has marketable value preferably.
Description of drawings
Fig. 1 is known recording display EDID schematic flow sheet.
Fig. 2 is a recording display EDID schematic flow sheet of the present invention.
Fig. 3 is the EDID data synoptic diagram of VGA of the present invention and DVI.
Embodiment
Below in conjunction with drawings and Examples the present invention is described further.
As shown in Figure 2, the invention provides a kind of method for recording display EDID, it is characterized in that: when recording display EDID, VGA EDID data with display sends to display MCU software earlier, the VGA EDID data that receives as MCU, with this file maintenance behind corresponding memory location, again with VGA EDID data and the discrepant byte of DVI EDID data, be revised as the DVIEDID data, and the position that the EDID of amended DVI EDID data copy to DVI interface is deposited.
The VGA EDID data of described display is to send to display MCU software by the I2C communication modes.
In preferred embodiment of the present invention, the LCD of this model of PHILIPS 220E1 has VGA and two interfaces of DVI, the EDID data of VGA that the client provides and DVI as shown in Figure 3, as we know from the figure, though be two distinct interfaces of same display, but no matter be VGA or DVI interface, they the EDID data in the relevant date of manufacture, product type, produce sequence number, the frequency of supporting, these essential informations such as production firm must be identical information.Difference is only at this BYTE of 0x14, and defining this port is digital signal or simulating signal, and the checksum difference that calculates at last.According to this rule, revised the mode of burning EDID.That is, as long as the EDID burning program provides the EDID data of VGA to MCU, MCU leaves 128 BYTE of VGA EDID that receive among the EEPROM of VGA EDID in.The data of receiving this BYTE of 0x14 of data are revised as 0x80 by software, and recomputate checksum, revised data are deposited among the EEPROM that 128 BYTE of DVI EDID deposit.Can save and produce the activity duration that line is produced, and simplify flow process.
Correlative code is as follows in the software:
#ifdef?EDID_FROM_A_ONLY
{
unsigned?char*pDigital;
//unsigned?char?check?;
DDC_CTRL_0=0;
pDigital=&DDCPtr0;
// give DVI EDID array with the Copy of EDID data elder generation of VGA
for(k=0;k<128;k++)
{
*(pDigital+k)=*(p+k);
}
* (pDigital+0x14)=0x80; // this BYTE of 0x14 is revised as the data 0x80 of DVI interface
* (pDigital+0x7f)=(unsigned char) * (p+0x7f)+((unsignedchar) (* (p+0x14))-0x80); The checksum of // calculating DVI EDID
For (k=0; K<128; K=k+16) // DVI EDID is stored in memory location corresponding among the EEPROM
WritePage24C16(DDC_ADDR_DIGITAL+k,k,pDigital,16);
}
}
#endif
The above only is preferred embodiment of the present invention, and all equalizations of being done according to the present patent application claim change and modify, and all should belong to covering scope of the present invention.

Claims (2)

1. method for recording display EDID, it is characterized in that: when recording display EDID, VGA EDID data with display sends to display MCU software earlier, the VGA EDID data that receives as MCU, after this file maintenance being arrived the memory location of correspondence, with VGA EDID data and the discrepant byte of DVI EDID data, be revised as the DVIEDID data again, and the position that the EDID of amended DVI EDID data copy to DVI interface is deposited.
2. a kind of method for recording display EDID according to claim 1 is characterized in that: the VGA EDID data of described display is to send to display MCU software by the I2C communication modes.
CN2009103059561A 2009-08-22 2009-08-22 Method for recording display EDID Expired - Fee Related CN101635139B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2009103059561A CN101635139B (en) 2009-08-22 2009-08-22 Method for recording display EDID

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2009103059561A CN101635139B (en) 2009-08-22 2009-08-22 Method for recording display EDID

Publications (2)

Publication Number Publication Date
CN101635139A true CN101635139A (en) 2010-01-27
CN101635139B CN101635139B (en) 2011-07-20

Family

ID=41594309

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2009103059561A Expired - Fee Related CN101635139B (en) 2009-08-22 2009-08-22 Method for recording display EDID

Country Status (1)

Country Link
CN (1) CN101635139B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101887710A (en) * 2010-06-30 2010-11-17 福建捷联电子有限公司 Display having EDID (Extended Display Identification Data) automatic burning function at first boot
CN102385849A (en) * 2011-11-29 2012-03-21 黄冈新北环电子科技有限公司 Intelligent EDID (Extended Display Identification Data) burning method
CN103810982A (en) * 2012-11-09 2014-05-21 冠捷投资有限公司 EDID burning method of display with multiple video ports
CN106448534A (en) * 2016-10-09 2017-02-22 微鲸科技有限公司 Method and device for configuring and renewing EDID information
CN106444102A (en) * 2016-08-05 2017-02-22 捷星显示科技(福建)有限公司 LCD EDID burning method
CN110221844A (en) * 2019-05-13 2019-09-10 深圳市华星光电技术有限公司 Display device

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101887710A (en) * 2010-06-30 2010-11-17 福建捷联电子有限公司 Display having EDID (Extended Display Identification Data) automatic burning function at first boot
CN102385849A (en) * 2011-11-29 2012-03-21 黄冈新北环电子科技有限公司 Intelligent EDID (Extended Display Identification Data) burning method
CN103810982A (en) * 2012-11-09 2014-05-21 冠捷投资有限公司 EDID burning method of display with multiple video ports
CN103810982B (en) * 2012-11-09 2016-03-02 冠捷投资有限公司 There is the EDID method for burn-recording of the display of multiple video port
CN106444102A (en) * 2016-08-05 2017-02-22 捷星显示科技(福建)有限公司 LCD EDID burning method
CN106448534A (en) * 2016-10-09 2017-02-22 微鲸科技有限公司 Method and device for configuring and renewing EDID information
CN110221844A (en) * 2019-05-13 2019-09-10 深圳市华星光电技术有限公司 Display device

Also Published As

Publication number Publication date
CN101635139B (en) 2011-07-20

Similar Documents

Publication Publication Date Title
CN101635139B (en) Method for recording display EDID
CN101719356B (en) Programming method for programming EDID simultaneously on liquid crystal display multiinterface
CN105120184B (en) A kind of HD video based on FPGA is seamless matrix system
CN102800279B (en) Addressable display drive method in parallel and system thereof
CN106598632A (en) Firmware upgrading method and apparatus for optical module
TWI269589B (en) Apparatus and method for updating television firmware therefor
CN100349144C (en) Display unit and control method thereof
CN101887703B (en) Multi-interface structure of liquid crystal display and extended display identification data (EDID) burning method thereof
CN104517588A (en) Display electronic device and backlight adjusting method thereof
CN102123247A (en) Loop-connection system for splicing unit and implementation method thereof
CN100481895C (en) Method and device for carrying out TV set software upgrade
CN104660935A (en) T-CON voltage adjusting device, system and method
CN103839519A (en) Display driving circuit and system with same
US9424757B2 (en) Method of playing music based on chords and electronic device implementing the same
CN101887710B (en) Display having EDID (Extended Display Identification Data) automatic burning function at first boot
CN101742074B (en) Method for adjusting set parameter of panel television and panel television
CN101719353B (en) Extended display identification data burning method for Display Port liquid crystal display
CN102970576A (en) Extended display identification data (EDID) detection method for video graphics array (VGA) interface and high-definition multimedia interface (HDMI) interface
CN112181460B (en) Program firmware upgrading method and device, electronic equipment and storage medium
CN110111233A (en) Electronic equipment
CN206057731U (en) A kind of lcd panel test and lcd touch burning device
CN104182197A (en) Splicing wall control method, splicing wall control system and related splicing wall
US20020159645A1 (en) Transmission apparatus of video information, transmission system of video information and transmission method of video information
CN203561981U (en) Embedded laser projector controller with MP3 audio output function
TWI471851B (en) Edid burn-in method for display having multiple video ports

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20110720

Termination date: 20150822

EXPY Termination of patent right or utility model