TWI777386B - Display driver chip and display and information processing device using the same - Google Patents

Display driver chip and display and information processing device using the same Download PDF

Info

Publication number
TWI777386B
TWI777386B TW110102708A TW110102708A TWI777386B TW I777386 B TWI777386 B TW I777386B TW 110102708 A TW110102708 A TW 110102708A TW 110102708 A TW110102708 A TW 110102708A TW I777386 B TWI777386 B TW I777386B
Authority
TW
Taiwan
Prior art keywords
pixel value
adjustment
difference
display
pixel
Prior art date
Application number
TW110102708A
Other languages
Chinese (zh)
Other versions
TW202230313A (en
Inventor
史興萍
Original Assignee
大陸商北京歐錸德微電子技術有限公司
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 大陸商北京歐錸德微電子技術有限公司 filed Critical 大陸商北京歐錸德微電子技術有限公司
Priority to TW110102708A priority Critical patent/TWI777386B/en
Publication of TW202230313A publication Critical patent/TW202230313A/en
Application granted granted Critical
Publication of TWI777386B publication Critical patent/TWI777386B/en

Links

Images

Landscapes

  • Credit Cards Or The Like (AREA)
  • Control Of Indicators Other Than Cathode Ray Tubes (AREA)

Abstract

一種顯示驅動晶片,具有一像素值調整模組,用以依一環境光強度將一輸入像素值映射至一輸出像素值,其特徵在於該像素值調整模組具有:多組記憶單元以儲存多組像素值調整差值;一選擇單元以依該環境光強度選擇所述多組像素值調整差值中的一組調整差值,及一映射單元以將多個像素值範圍中包含該輸入像素值之一範圍映射至該組調整差值中之一對應的子群,並將該輸入像素值映射至該對應的子群中之一所述調整差值以產生一輸出差值;以及一加法單元以依該輸入像素值及該輸出差值之和產生該輸出像素值。 A display driving chip has a pixel value adjustment module for mapping an input pixel value to an output pixel value according to an ambient light intensity, characterized in that the pixel value adjustment module has: a plurality of memory units for storing multiple memory units. a group of pixel value adjustment difference values; a selection unit for selecting a group of adjustment difference values in the plurality of groups of pixel value adjustment difference values according to the ambient light intensity, and a mapping unit for including the input pixel in a plurality of pixel value ranges mapping a range of values to a subgroup corresponding to one of the set of adjusted differences, and mapping the input pixel value to one of the adjusted differences in the corresponding subgroup to generate an output difference; and an addition The unit generates the output pixel value according to the sum of the input pixel value and the output difference value.

Description

顯示驅動晶片及利用其之顯示器和資訊處理裝置Display driver chip and display and information processing device using the same

本發明係有關顯示驅動晶片,尤指一種可依環境光調整顯示亮度的顯示驅動晶片。The present invention relates to a display driving chip, in particular to a display driving chip which can adjust display brightness according to ambient light.

為在強光下讓使用者仍可清楚看見顯示器所顯示的畫面,一般的做法是選擇低反光的材料及在顯示驅動晶片中設置智慧財產權(IP;intellectual property)模組以隨著背景光的強、弱調整顯示光源的亮度。In order to allow users to clearly see the screen displayed on the display under strong light, the general practice is to choose low-reflective materials and set an intellectual property (IP; intellectual property) module in the display driver chip to follow the background light. Strong and Weak Adjust the brightness of the display light source.

SLR(sun light readable)演算法模組是顯示驅動晶片中常見的智慧財產權(IP;intellectual property)模組,其是一種根據感測器獲得的環境光強、弱,動態調整所顯示畫面低灰階區域的亮度的演算法,用以適應人眼在不同環境下的觀看特性以改善使用者的觀看體驗。SLR (sun light readable) algorithm module is a common intellectual property right (IP; intellectual property) module in display driver chips. It is a kind of dynamic adjustment of the low gray level of the displayed picture according to the ambient light intensity and weakness obtained by the sensor. The algorithm of the brightness of the step area is used to adapt to the viewing characteristics of the human eye in different environments to improve the user's viewing experience.

SLR演算法係以不同的擬合曲線對應不同的環境光,例如,針對高、中、低三種環境光設置三條曲線,從而修正輸入像素資料的數值。另外,在以一對應的擬合曲線修正輸入像素資料的數值時,最常用的擬合方式是分段線性擬合。例如常用的實現方式是每一條曲線都設計16個綁點,在計算輸出像素資料時先確定輸入像素資料所處的灰階區域,再以該灰階區域的兩個邊界綁點對該輸入像素資料進行線性擬合以產生輸出像素資料。The SLR algorithm uses different fitting curves to correspond to different ambient lights. For example, three curves are set for high, medium, and low ambient lights, so as to correct the value of the input pixel data. In addition, when correcting the value of the input pixel data with a corresponding fitting curve, the most commonly used fitting method is piecewise linear fitting. For example, the commonly used implementation method is to design 16 binding points for each curve. When calculating the output pixel data, first determine the gray-scale area where the input pixel data is located, and then use the two boundary binding points of the gray-scale area to the input pixel. The data are linearly fitted to generate output pixel data.

然而,該線性擬合過程卻會涉及乘法和除法的計算,例如,假設原來的一個線性擬合區域的兩個邊界綁點分別為(B 1,K 1)和(B 2,K 2),則輸入像素資料的數值Y IN所對應的輸出像素資料的數值Y OUT可表示為: However, the linear fitting process involves the computation of multiplication and division. For example, assuming that the two bounding points of the original linear fitting region are (B 1 , K 1 ) and (B 2 , K 2 ), respectively, Then the value Y OUT of the output pixel data corresponding to the value Y IN of the input pixel data can be expressed as:

Y OUT= B 1+(Y IN-B 1)*(K 2-K 1)/(B 2-B 1)。亦即該線性擬合過程會因涉及乘法和除法的計算而使顯示驅動晶片消耗大量的電路資源和功耗。 Y OUT = B 1 +(Y IN -B 1 )*(K 2 -K 1 )/(B 2 -B 1 ). That is, the linear fitting process consumes a large amount of circuit resources and power consumption for the display driver chip due to the computation involving multiplication and division.

因此,本領域亟需一種具有新穎的SLR演算法模組的顯示驅動晶片。Therefore, there is an urgent need in the art for a display driver chip with a novel SLR algorithm module.

本發明之一目的在於提供一種顯示驅動晶片,其可藉由採用加法運算之一SLR演算法模組加速輸入顯示資料至輸出顯示資料的映射過程。 An object of the present invention is to provide a display driver chip, which can accelerate the mapping process of input display data to output display data by using an SLR algorithm module of addition operation.

本發明之另一目的在於提供一種顯示驅動晶片,其可藉由採用加法運算之一SLR演算法模組減少電路面積。 Another object of the present invention is to provide a display driver chip, which can reduce the circuit area by using an SLR algorithm module of addition operation.

本發明之又一目的在於提供一種顯示驅動晶片,其可藉由採用加法運算之一SLR演算法模組降低晶片的功耗。 Another object of the present invention is to provide a display driving chip, which can reduce the power consumption of the chip by adopting an SLR algorithm module of addition operation.

為達到前述之目的,一種顯示驅動晶片乃被提出,其係用以依一環境光強度將一輸入像素值映射至一輸出像素值,且其特徵在於該像素值調整模組具有:多組記憶單元以儲存多組像素值調整差值;一選擇單元以依該環境光強度選擇所述多組像素值調整差值中的一組調整差值,該組調整差值包含多個子群,且各所述子群均包含至少一個所述調整差值;及一映射單元以將多個像素值範圍中包含該輸入像素值之一範圍映射至一對應的所述子群,並將該輸入像素值映射至該對應的所述子群中之一所述調整差值以產生一輸出差值;以及一加法單元以依該輸入像素值及該輸出差值之和產生該輸出像素值。 In order to achieve the aforementioned purpose, a display driver chip is proposed, which is used to map an input pixel value to an output pixel value according to an ambient light intensity, and is characterized in that the pixel value adjustment module has: a plurality of sets of memory a unit for storing a plurality of groups of pixel value adjustment differences; a selection unit for selecting a group of adjustment differences among the plurality of groups of pixel value adjustment differences according to the ambient light intensity, the group of adjustment differences includes a plurality of subgroups, and each Each of the subgroups includes at least one of the adjusted difference values; and a mapping unit for mapping a range of a plurality of pixel value ranges including the input pixel value to a corresponding subgroup, and to map the input pixel value mapping the adjusted difference to one of the corresponding subgroups to generate an output difference; and an adding unit to generate the output pixel according to the sum of the input pixel value and the output difference.

在一實施例中,該選擇單元係一多工器。 In one embodiment, the selection unit is a multiplexer.

在一實施例中,該選擇單元係一查找表。 In one embodiment, the selection unit is a look-up table.

在一實施例中,像素值較高的一所述像素值範圍的大小大於像素值較低的一所述像素值範圍的大小。 In one embodiment, the size of the range of pixel values with higher pixel values is larger than the size of the range of pixel values with lower pixel values.

在一實施例中,與像素值較高的一所述像素值範圍對應的一所述調整差值低於與像素值較低的一所述像素值範圍對應的一所述調整差值。 In one embodiment, the adjusted difference value corresponding to a range of pixel values with higher pixel values is lower than the adjusted difference value corresponding to a range of pixel values with lower pixel values.

在一實施例中,一所述子群具有兩個所述調整差值,其一為主要調整差值,另一為邊界調整差值,且該邊界調整差值係該主要調整差值與一相鄰之所述子群之該主要調整差值之一加權平均值。 In one embodiment, one of the subgroups has two of the adjustment differences, one is the main adjustment difference, the other is the boundary adjustment difference, and the boundary adjustment difference is the main adjustment difference and a A weighted average of the main adjusted differences of adjacent said subgroups.

在一實施例中,一所述子群具有三個所述調整差值,其一為主要 調整差值,另外兩個為邊界調整差值,且在兩個所述邊界調整差值中,其一為該主要調整差值與一相鄰之所述子群之該主要調整差值之一加權平均值,而另一為該主要調整差值與另一相鄰之所述子群之該主要調整差值之一加權平均值。 In one embodiment, one of the subgroups has three of the adjusted differences, one of which is the primary adjustment difference, the other two are boundary adjustment differences, and among the two boundary adjustment differences, one is the main adjustment difference and one of the main adjustment differences of an adjacent subgroup a weighted average, and the other is a weighted average of the main adjusted difference and the main adjusted difference of another adjacent subgroup.

在一實施例中,該加法單元具有一上限箝制功能以防止該輸出像素值溢出其最大邊界。 In one embodiment, the addition unit has an upper limit clamp function to prevent the output pixel value from overflowing its maximum boundary.

為達到前述之目的,本發明進一步提出一種顯示器,其具有一像素陣列及用以驅動該像素陣列之如前述之顯示驅動晶片。 In order to achieve the aforementioned object, the present invention further provides a display having a pixel array and the aforementioned display driving chip for driving the pixel array.

在可能的實施例中,所述之像素陣列可為一液晶像素陣列、一發光二極體像素陣列、一微發光二極體像素陣列、一量子點發光二極體像素陣列或一有機發光二極體像素陣列。 In a possible embodiment, the pixel array can be a liquid crystal pixel array, an LED pixel array, a micro-LED pixel array, a quantum dot LED pixel array, or an organic light emitting diode pixel array. Polar body pixel array.

為達到前述之目的,本發明進一步提出一種資訊處理裝置,其具有一中央處理單元及如前述之顯示器,其中,該中央處理單元係用以與該顯示器通信,在可能的實施例中,該資訊處理裝置可為一攜帶型電腦、一智慧型手持裝置、一LED廣告看板或一LCD廣告看板。 In order to achieve the aforementioned purpose, the present invention further provides an information processing device, which has a central processing unit and the aforementioned display, wherein the central processing unit is used for communication with the display, and in a possible embodiment, the information The processing device can be a portable computer, a smart handheld device, an LED advertising billboard or an LCD advertising billboard.

100:顯示器 100: Monitor

110:顯示驅動晶片 110: Display driver chip

111:像素值調整模組 111: Pixel value adjustment module

111a:記憶單元 111a: Memory Unit

111b:選擇單元 111b: Select unit

111c:映射單元 111c: Mapping Unit

111d:加法單元 111d: Addition unit

112:驅動單元 112: Drive unit

120:像素陣列 120: pixel array

200:資訊處理裝置 200: Information processing device

210:中央處理單元 210: Central Processing Unit

220:顯示器 220: Display

為進一步揭示本發明之具體技術內容,首先請參閱圖式,其中:圖1繪示包含本發明之顯示驅動晶片之一顯示器之一實施例之方塊圖。 In order to further disclose the specific technical content of the present invention, please refer to the drawings first, wherein: FIG. 1 is a block diagram showing an embodiment of a display including a display driver chip of the present invention.

圖2a繪示輸出差值Sdelt之n個子群與輸入像素值SPIXIN之n個像素值範圍之一對應圖。 FIG. 2a is a diagram illustrating a correspondence between n subgroups of output difference values S delt and one of n pixel value ranges of input pixel values S PIXIN .

圖2b繪示輸出差值Sdelt之n個子群與輸入像素值SPIXIN之n個像素值範圍之另一對應圖。 FIG. 2b shows another correspondence diagram of n subgroups of output difference values S delt and n pixel value ranges of input pixel values S PIXIN .

圖3繪示本發明之資訊處理裝置之一實施例之方塊圖。 FIG. 3 is a block diagram illustrating an embodiment of the information processing apparatus of the present invention.

請參照圖1,其繪示包含本發明之顯示驅動晶片之一顯示器之一 實施例之方塊圖。如圖1所示,一顯示器100包含一顯示驅動晶片110及一像素陣列120,其中,顯示驅動晶片110具有一像素值調整模組111及一驅動單元112,像素值調整模組111係用以依一環境光強度SAMBL將一輸入像素值SPIXIN映射至一輸出像素值SPIXO,驅動單元112係用以依輸出像素值SPIXO產生像素驅動電壓VP以驅使像素陣列120顯示一畫面,且像素值調整模組111包含多組記憶單元111a、一選擇單元111b、一映射單元111c及一加法單元111d。另外,像素陣列120可為一液晶像素陣列、一發光二極體像素陣列、一微發光二極體像素陣列、一量子點發光二極體像素陣列或一有機發光二極體像素陣列。 Please refer to FIG. 1, which shows a block diagram of an embodiment of a display including the display driver chip of the present invention. As shown in FIG. 1, a display 100 includes a display driver chip 110 and a pixel array 120, wherein the display driver chip 110 has a pixel value adjustment module 111 and a driving unit 112, and the pixel value adjustment module 111 is used for An input pixel value S PIXIN is mapped to an output pixel value S PIXO according to an ambient light intensity S AMBL , and the driving unit 112 is used for generating a pixel driving voltage VP according to the output pixel value S PIXO to drive the pixel array 120 to display a picture, And the pixel value adjustment module 111 includes a plurality of memory units 111a, a selection unit 111b, a mapping unit 111c and an addition unit 111d. In addition, the pixel array 120 can be a liquid crystal pixel array, a light emitting diode pixel array, a micro light emitting diode pixel array, a quantum dot light emitting diode pixel array or an organic light emitting diode pixel array.

多組記憶單元111a係用以儲存多組像素值調整差值,其中,各組像素值調整差值均對應至一不同的環境光強度SAMBLThe multiple sets of memory units 111a are used for storing multiple sets of pixel value adjustment differences, wherein each set of pixel value adjustment differences corresponds to a different ambient light intensity S AMBL .

選擇單元111b,可為一多工器或一查找表,係用以依該環境光強度SAMBL選擇所述多組像素值調整差值中的一組調整差值,該組調整差值包含多個子群,各所述子群均包含至少一個所述調整差值。 The selection unit 111b, which can be a multiplexer or a look-up table, is used for selecting a set of adjustment differences among the plurality of sets of pixel value adjustment differences according to the ambient light intensity S AMBL , and the set of adjustment differences includes a plurality of adjustment differences. subgroups, each of which includes at least one of the adjusted differences.

映射單元111c係用以將多個像素值範圍中包含該輸入像素值SPIXIN之一範圍映射至一對應的所述子群,並將該輸入像素值SPIXIN映射至該對應的所述子群中之一所述調整差值以產生一輸出差值SdeltThe mapping unit 111c is used for mapping a range of a plurality of pixel value ranges including the input pixel value SPIXIN to a corresponding subgroup, and mapping the input pixel value SPIXIN to the corresponding subgroup One of the adjustment difference values is described to generate an output difference value S delt .

請參照圖2a,其繪示輸出差值Sdelt之n個子群{(d1),(d2),…(dn)}與輸入像素值SPIXIN之n個像素值範圍{R1,R2,…Rn}之一對應圖,n為大於1的正整數,其中,Ri的左邊界等於Ri-1的右邊界加1,i為介於1至n之一整數;且各子群均具有一個調整差值dj,j為介於1至n之一整數。依此,當輸入像素值SPIXIN位在像素值範圍R1時,其將映射至調整差值d1;當輸入像素值SPIXIN位在像素值範圍R2時,其將映射至調整差值d2;依此類推。 Please refer to FIG. 2a, which shows n subgroups {(d 1 ), (d 2 ), . . . (d n )} of output difference values S delt and n pixel value ranges {R 1 , One of R 2 ,...R n } corresponds to a graph, where n is a positive integer greater than 1, where the left boundary of R i is equal to the right boundary of R i-1 plus 1, and i is an integer between 1 and n; and Each subgroup has an adjusted difference d j , where j is an integer between 1 and n. Accordingly, when the input pixel value S PIXIN bit is in the pixel value range R 1 , it will be mapped to the adjustment difference value d 1 ; when the input pixel value S PIXIN bit is in the pixel value range R 2 , it will be mapped to the adjustment difference value d 2 ; and so on.

請參照圖2b,其繪示輸出差值Sdelt之n個子群{(d1,d1,2),(d1,2,d2,d2,3),…(dn-1,n,dn)}與輸入像素值SPIXIN之n個像素值範圍{R1,R2,…Rn}之另一對應圖,其中,Ri的左邊界等於Ri-1的右邊界加1,i為介於1至n之一整數;且各子群均具有兩個或三個調整差值,其中di為主要調整差值,i為介於1至n之一整數,dj-1,j為邊界調整差值,且dj-1,j係dj-1與dj之加權平均值,j為介於2至n之 一整數。依此,當輸入像素值SPIXIN位在像素值範圍R1內但不在邊界上時,其將映射至調整差值d1,當輸入像素值SPIXIN位在像素值範圍R1的右邊界上時,其將映射至調整差值d1,2;當輸入像素值SPIXIN位在像素值範圍R2內但不在邊界上時,其將映射至調整差值d2,當輸入像素值SPIXIN位在像素值範圍R2的左邊界上時,其將映射至調整差值d1,2,當輸入像素值SPIXIN位在像素值範圍R2的右邊界上時,其將映射至調整差值d2,3;依此類推。 Please refer to FIG. 2b, which shows n subgroups of output difference values S delt {(d 1 ,d 1,2 ),(d 1,2 ,d 2 ,d 2,3 ),...(d n-1, n ,d n )} and another corresponding graph of n pixel value ranges {R 1 ,R 2 ,...R n } of the input pixel value S PIXIN , where the left boundary of R i is equal to the right boundary of R i-1 Add 1, i is an integer between 1 and n; and each subgroup has two or three adjustment differences, where d i is the main adjustment difference, i is an integer between 1 and n, and d j-1,j is the boundary adjustment difference, and dj-1,j is the weighted average of dj-1 and dj, and j is an integer between 2 and n. Accordingly, when the input pixel value S PIXIN bit is within the pixel value range R 1 but not on the boundary, it will be mapped to the adjustment difference d 1 , when the input pixel value S PIXIN bit is on the right boundary of the pixel value range R 1 , it will be mapped to the adjusted difference d 1,2 ; when the input pixel value SPIXIN bit is within the pixel value range R 2 but not on the boundary, it will be mapped to the adjusted difference d 2 , when the input pixel value SPIXIN When the bit is on the left boundary of the pixel value range R 2 , it will be mapped to the adjustment difference value d 1,2 , and when the input pixel value SPIXIN bit is on the right boundary of the pixel value range R 2 , it will be mapped to the adjustment difference value d 1,2 The value d 2,3 ; and so on.

另外,較佳地,可使像素值較高的像素值範圍Rj具有較大的範圍,及使像素值較低的像素值範圍Rj-1具有較小的範圍以適應人眼的觀看特性,j為介於2至n之一整數。 In addition, it is preferable to make the pixel value range R j with higher pixel value have a larger range, and make the pixel value range R j-1 with lower pixel value have a smaller range to adapt to the viewing characteristics of human eyes , j is an integer between 2 and n.

另外,較佳地,可使與像素值較高的像素值範圍Rj對應的主要調整差值dj低於與像素值較低的像素值範圍Rj-1對應的調整差值dj-1以適應人眼的觀看特性,j為介於2至n之一整數。 In addition, preferably, the main adjustment difference value dj corresponding to the pixel value range Rj with higher pixel value can be made lower than the adjustment difference value dj- corresponding to the pixel value range Rj -1 with lower pixel value 1 to suit the viewing characteristics of the human eye, and j is an integer between 2 and n.

加法單元111d係用以依該輸入像素值SPIXIN及該輸出差值Sdelt之和產生該輸出像素值SPIXO。另外,加法單元111d可進一步具有一上限箝制功能以防止該輸出像素值SPIXO溢出其最大邊界。 The adding unit 111d is used for generating the output pixel value S PIXO according to the sum of the input pixel value S PIXIN and the output difference value S delt . In addition, the adding unit 111d may further have an upper limit clamping function to prevent the output pixel value SPIXO from overflowing its maximum boundary.

依上述的說明,本發明進一步提出一資訊處理裝置。請參照圖3,其繪示本發明之資訊處理裝置之一實施例的方塊圖。如圖3所示,一資訊處理裝置200具有一中央處理單元210及一顯示器220,其中,中央處理單元210係用以與顯示器220通信且顯示器220係由顯示器100實現。另外,資訊處理裝置200可為一攜帶型電腦、一智慧型手持裝置、一LED(light emitting diode;發光二極體)廣告看板或一LCD(liquid crystal display;液晶顯示器)廣告看板。 According to the above description, the present invention further provides an information processing device. Please refer to FIG. 3 , which shows a block diagram of an embodiment of the information processing apparatus of the present invention. As shown in FIG. 3 , an information processing apparatus 200 has a central processing unit 210 and a display 220 , wherein the central processing unit 210 is used for communicating with the display 220 and the display 220 is realized by the display 100 . In addition, the information processing device 200 may be a portable computer, a smart handheld device, an LED (light emitting diode) advertising sign or an LCD (liquid crystal display) advertising sign.

依上述的說明可知,本發明可提供以下的優點: According to the above description, the present invention can provide the following advantages:

1.本發明的顯示驅動晶片可藉由採用加法運算之一SLR演算法模組加速輸入顯示資料至輸出顯示資料的映射過程。 1. The display driver chip of the present invention can accelerate the mapping process of input display data to output display data by using an SLR algorithm module of addition operation.

2.本發明的顯示驅動晶片可藉由採用加法運算之一SLR演算法模組減少電路面積。 2. The display driver chip of the present invention can reduce the circuit area by using an SLR algorithm module of addition operation.

3.本發明的顯示驅動晶片可藉由採用加法運算之一SLR演算法 模組降低晶片的功耗。 3. The display driver chip of the present invention can use an SLR algorithm of addition operation The module reduces the power consumption of the chip.

本發明所揭示者,乃較佳實施例之一種,舉凡局部之變更或修飾而源於本發明之技術思想而為熟習該項技藝知人所易於推知者,俱不脫本發明之專利權範疇。 What is disclosed in the present invention is one of the preferred embodiments, and any partial changes or modifications originating from the technical idea of the present invention and easily inferred by those skilled in the art are within the scope of the patent right of the present invention.

綜上所陳,本案無論目的、手段與功效,皆顯示其迥異於習知技術,且其首先發明合於實用,確實符合發明之專利要件,懇請 貴審查委員明察,並早日賜予專利俾嘉惠社會,是為至禱。 To sum up, regardless of the purpose, means and effect of this case, it shows that it is completely different from the conventional technology, and its first invention is suitable for practical use, and indeed meets the patent requirements of the invention. Society is to pray for the best.

100:顯示器 110:顯示驅動晶片 111:像素值調整模組 111a:記憶單元 111b:選擇單元 111c:映射單元 111d:加法單元 112:驅動單元 120:像素陣列 100: Display 110: Display driver chip 111: Pixel value adjustment module 111a: Memory Unit 111b: Select unit 111c: Mapping Unit 111d: Addition Unit 112: Drive unit 120: pixel array

Claims (11)

一種顯示驅動晶片,其具有一像素值調整模組,用以依一環境光強度將一輸入像素值映射至一輸出像素值,其特徵在於該像素值調整模組具有:多組記憶單元以儲存多組像素值調整差值;一選擇單元以依該環境光強度選擇所述多組像素值調整差值中的一組調整差值,該組調整差值包含多個子群,且各所述子群均包含至少一個所述調整差值;及一映射單元以將多個像素值範圍中包含該輸入像素值之一範圍映射至一對應的所述子群,並將該輸入像素值映射至該對應的所述子群中之一所述調整差值以產生一輸出差值;以及一加法單元以依該輸入像素值及該輸出差值之和產生該輸出像素值。 A display driving chip has a pixel value adjustment module for mapping an input pixel value to an output pixel value according to an ambient light intensity, characterized in that the pixel value adjustment module has: a plurality of memory units for storing a plurality of groups of pixel value adjustment differences; a selection unit to select a group of adjustment differences among the plurality of groups of pixel value adjustment differences according to the ambient light intensity, the group of adjustment differences includes a plurality of subgroups, and each of the subgroups Each of the groups includes at least one of the adjusted difference values; and a mapping unit for mapping a range of a plurality of pixel value ranges including the input pixel value to a corresponding subgroup, and mapping the input pixel value to the input pixel value A corresponding one of the subgroups said adjusted difference to generate an output difference; and an adding unit to generate the output pixel value according to the sum of the input pixel value and the output difference. 如申請專利範圍第1項所述之顯示驅動晶片,其中,該選擇單元係一多工器。 The display driving chip as described in claim 1, wherein the selection unit is a multiplexer. 如申請專利範圍第1項所述之顯示驅動晶片,其中,該選擇單元係一查找表。 The display driving chip of claim 1, wherein the selection unit is a look-up table. 如申請專利範圍第1項所述之顯示驅動晶片,其中,像素值較高的一所述像素值範圍的大小大於像素值較低的一所述像素值範圍的大小。 The display driving chip of claim 1, wherein the size of the pixel value range with higher pixel values is larger than the size of the pixel value range with lower pixel values. 如申請專利範圍第1項所述之顯示驅動晶片,其中,與像素值較高的一所述像素值範圍對應的一所述調整差值低於與像素值較低的一所述像素值範圍對應的一所述調整差值。 The display driving chip of claim 1, wherein a said adjustment difference value corresponding to a pixel value range with a higher pixel value is lower than a pixel value range with a lower pixel value corresponding to the adjustment difference. 如申請專利範圍第1項所述之顯示驅動晶片,其中,一所述子群具有兩個所述調整差值,其一為主要調整差值,另一為邊界調整差值,且該邊界調整差值係該主要調整差值與一相鄰之所述子群之該主要調整差值之一加權平均值。 The display driving chip as described in claim 1, wherein one of the subgroups has two adjustment differences, one is a main adjustment difference, the other is a boundary adjustment difference, and the boundary adjustment The difference is a weighted average of the main adjusted difference and the main adjusted difference of an adjacent subgroup. 如申請專利範圍第1項所述之顯示驅動晶片,其中,一所述子群具有三個所述調整差值,其一為主要調整差值,另外兩個為邊界調整差值,且在兩個所述邊界調整差值中,其一為該主要調整差值與一相鄰之所述子群之 該主要調整差值之一加權平均值,而另一為該主要調整差值與另一相鄰之所述子群之該主要調整差值之一加權平均值。 The display driving chip as described in claim 1, wherein one of the subgroups has three adjustment differences, one of which is the main adjustment difference, the other two are boundary adjustment differences, and the two are Among the boundary adjustment differences, one is the difference between the main adjustment difference and an adjacent subgroup. A weighted average of the main adjustment difference, and the other is a weighted average of the main adjustment difference and the main adjustment difference of another adjacent subgroup. 如申請專利範圍第1項所述之顯示驅動晶片,其中,該加法單元具有一上限箝制功能以防止該輸出像素值溢出其最大邊界。 The display driving chip as described in claim 1, wherein the adding unit has an upper limit clamping function to prevent the output pixel value from overflowing its maximum limit. 一種顯示器,其具有一像素陣列及用以驅動該像素陣列之如申請專利範圍第1至8項中任一項所述之顯示驅動晶片。 A display has a pixel array and the display driving chip described in any one of the claims 1 to 8 for driving the pixel array. 如申請專利範圍第9項所述之顯示器,其中該像素陣列係由液晶像素陣列、發光二極體像素陣列、微發光二極體像素陣列、量子點發光二極體像素陣列和有機發光二極體像素陣列所組成群組所選擇的一種像素陣列。 The display of claim 9, wherein the pixel array is composed of a liquid crystal pixel array, a light-emitting diode pixel array, a micro-light-emitting diode pixel array, a quantum dot light-emitting diode pixel array, and an organic light-emitting diode array A pixel array selected from the group formed by the volume pixel array. 一種資訊處理裝置,其具有一中央處理單元及如申請專利範圍第9項所述之顯示器,其中,該中央處理單元係用以與該顯示器通信,且該資訊處理裝置係由一攜帶型電腦、一智慧型手持裝置、一LED廣告看板和一LCD廣告看板所組成群組所選擇的一種資訊處理裝置。 An information processing device, which has a central processing unit and a display as described in item 9 of the patent application scope, wherein the central processing unit is used for communication with the display, and the information processing device is composed of a portable computer, An information processing device selected by a group consisting of an intelligent handheld device, an LED advertising billboard and an LCD advertising billboard.
TW110102708A 2021-01-25 2021-01-25 Display driver chip and display and information processing device using the same TWI777386B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
TW110102708A TWI777386B (en) 2021-01-25 2021-01-25 Display driver chip and display and information processing device using the same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
TW110102708A TWI777386B (en) 2021-01-25 2021-01-25 Display driver chip and display and information processing device using the same

Publications (2)

Publication Number Publication Date
TW202230313A TW202230313A (en) 2022-08-01
TWI777386B true TWI777386B (en) 2022-09-11

Family

ID=83782404

Family Applications (1)

Application Number Title Priority Date Filing Date
TW110102708A TWI777386B (en) 2021-01-25 2021-01-25 Display driver chip and display and information processing device using the same

Country Status (1)

Country Link
TW (1) TWI777386B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1717788A2 (en) * 2005-04-28 2006-11-02 Samsung SDI Co., Ltd. Light emitting display with adaptive gamma correction
CN101251985A (en) * 2007-02-23 2008-08-27 三星Sdi株式会社 Organic electroluminescence display (oled) and driving methods thereof
TW201135708A (en) * 2010-04-13 2011-10-16 Chunghwa Picture Tubes Ltd Display and luminance adjusting method for backlight module thereof

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1717788A2 (en) * 2005-04-28 2006-11-02 Samsung SDI Co., Ltd. Light emitting display with adaptive gamma correction
CN101251985A (en) * 2007-02-23 2008-08-27 三星Sdi株式会社 Organic electroluminescence display (oled) and driving methods thereof
TW201135708A (en) * 2010-04-13 2011-10-16 Chunghwa Picture Tubes Ltd Display and luminance adjusting method for backlight module thereof

Also Published As

Publication number Publication date
TW202230313A (en) 2022-08-01

Similar Documents

Publication Publication Date Title
TWI651700B (en) Method and module for processing high dynamic range image, and display device using the same
US8111238B2 (en) Liquid crystal display and dimming controlling method thereof
US8294738B2 (en) Liquid crystal display
TWI498872B (en) Method and apparatus for converting rgb data signals to rgbw data signals in an oled display
TWI385628B (en) Apparatus and method for dynamically controlling backlight
WO2019071781A1 (en) Display driving method, and display device
JP2009139910A (en) Light source module, its driving method, and display device comprising the same
TWI620166B (en) Control method
TW200307906A (en) Display device
TW200846775A (en) Light emitting diode backlight module and driving method thereof
CN109817184A (en) Device and method for chromatic aberration correction
CN106324875B (en) A kind of method, apparatus and display equipment of determining overdrive voltage
TWI647683B (en) Electronic device, display driver, and display data generating method of display panel
WO2019071783A1 (en) Display driving method, and computer apparatus
JP5643268B2 (en) Light emitting diode driving circuit, light emitting diode driving device and driving method
TWI777386B (en) Display driver chip and display and information processing device using the same
JP5359191B2 (en) Liquid crystal display
TW200950536A (en) Method of displaying images
TW200921629A (en) Image processing method of backlight illumination control and device using the same
TW201419259A (en) Display device and data driving circuit thereof, driving method of display panel and display system
WO2022017266A1 (en) Display method and related apparatus therefor
KR20090081849A (en) Display appratus and method of driving the same
TWI792583B (en) Driving method of self-luminous display, row driving circuit, self-luminous display device and information processing device
TW202040558A (en) Activation method for automatic current limiting mechanism of display, display and information processing device using the same being realized by using a control circuit of an actuator
WO2019056627A1 (en) Driving system and driving method for display

Legal Events

Date Code Title Description
GD4A Issue of patent certificate for granted invention patent