Method and apparatus for compensating image data for LED display

Information

  • Patent Grant
  • 11263956
  • Patent Number
    11,263,956
  • Date Filed
    Friday, February 14, 2020
    4 years ago
  • Date Issued
    Tuesday, March 1, 2022
    2 years ago
Abstract
An LED display system has and LED display panel coupled to a driver circuitry. The driver circuitry includes a scrambled PWM generator, a register, and a memory. The scrambled PWM generator receives an image data from an external source and, after certain compensations, is sent to a scramble PWM generator to be distributed according to a new set of rules that involves a compensation image data K. Image data K can be an empirical value or obtained according a formula using coefficients p and q, which can be obtained by calibration.
Description
THE TECHNICAL FIELD

The present disclosure relates generally to methods and devices for driving a display. More particularly, this disclosure relates to methods and devices that compensate image data to improve the refresh rate and the uniformity in brightness for an LED display.


BACKGROUND

Modern LED (light emitting diode) display panels require higher grayscale to accomplish higher color depth and higher visual refresh rate to reduce flickering. For example, a 16-bit grayscale for a RGB LED pixel allows 16-bit levels (216=65536) for red, green, and blue LEDs, respectively. Such a RGB LED pixel is capable of displaying a total of 655363 colors. One of the methods commonly employed to adjust LED grayscale is Pulse Width Modulation (“PWM”). Simply put, PWM generates a series of voltage pulses to drive an LED. When the voltage of the pulse is higher than the forward voltage of the LED, the LED is turned on. Otherwise, the LED remains off. Accordingly, when the pulse amplitude exceeds a threshold, the pulse duration (i.e., pulse width) of the PWM signal decides the on-time and off-time of the LED. The percentage of on-time over the sum of on-time and off-time (i.e., a PWM cycle) is the duty cycle, which determines the brightness of the LED. Configurations and operations of an exemplary LED display system, which includes LED topology, circuitry, PWM engines, etc., are explained in detail in U.S. Pat. No. 8,963,811, issued Feb. 24, 2015, as well as in the U.S. patent application Ser. No. 15/901,712, filed Feb. 21, 2018.


Another parameter for an LED display is the grayscale value, which is the level of brightness of the LED display. In a 16-bit resolution LED display, the grayscale value ranges from 0 (complete darkness) to 65535 (maximum brightness), corresponding to duty cycles from 0% to 100%. When the grayscale value is low, the brightness level of an LED is low. Conversely, when the grayscale is high, the brightness level is also high. LED displays often experience performance issues at low grayscale values.


A further parameter for the LED display is its Grayscale Clock (“GCLK”) frequency, which is related to the maximum number of GCLK cycles (“GCLKs”) in a data frame and the refresh rate of the display. In addition, a frame rate is the number of times a video source feeds an entire frame of new data to a display in one second. The refresh rate of an LED display is the number of times per second the LED display draws the data. The refresh rate equals the frame rate multiplied by the number of segments.


One of the advantages of PWM is that power loss in the switching devices is low. When a switch is turned off, there is practically no current. When the switch is turned on, there is almost no voltage drop across the switch. As a result, power losses in both scenarios are close to zero. On the other hand, PWM is defined by the duty cycle, switching frequency, and properties of the load. When the switching frequency is sufficiently high, the pulse train can be smoothed and the average analog waveform can be recovered. However, when the switching frequency is low, the off-time of LED will be noticeable and appears as flickers to a viewer.


Scrambled PWM (“S-PWM”) modifies a conventional PWM and enables a higher visual refresh rate. To accomplish that, S-PWM scrambles the on-time in a PWM cycle into a number of shorter PWM pulses that sequentially drive each scan line. In other words, a total grayscale value is scrambled into a number of PWM pulses across a PWM cycle. In a conventional PWM scheme, there may be only one PWM pulse so that the LED is lit continuously for a period of time, leaving the LED unlit for the remainder of the time. In contrast, S-PWM allows the LED to emit light in consecutive short pulses in the PWM cycle so that the light pulses spread across the PWM cycle more evenly, avoiding or reducing flickers.


One PWM cycle has a number of GCLK cycles that equal 2 to the power of the number of control bits:

Number_of_GCLKs=2NUMBER_OF_CONTROL_BITS.


For example, a 16-bit grayscale has 65536 GCLKs. Note that the number of GCLKs in one PWM cycle equals its grayscale value at the maximum brightness, i.e., the maximum pulse width. In some S-PWM, the total number of GCLKs can be divided into MSB (most significant bits) and LSB (least significant bits) of grayscale cycles. Each PWM cycle is divided into a number of segments (or sub-PWM cycles) according to the following equation:

Number_of_Segments=2NUMBER_OF_LSB.


For a video source of a 60 Hz frame rate and a PWM cycle length of 8000 GCLKs, one may divide the PWM cycle into 32 segments (LSB=5) so that each segment has a pulse duration of 250 GCLKs. A total of grayscale value of 1600 GCLKs can be distributed into 32 segments at 50 GCLKs in each segment, potentially increasing the refresh rate up to 32 times. However, when the PWM pulse duration (i.e., pulse width) in the segment is shorter than the time it takes to raise the LED voltage above its forward voltage, the LED remains unlit. U.S. Pat. No. 9,390,647 provides a solution that extends the pulse duration by adding a fixed number of GCLKs to the pulse. However, such an S-PWM scheme results in large increments in the optical energy output at the low brightness level, as explained elsewhere in this disclosure. Other technical schemes may require a second power source to provide an additional driving current to extend the pulse duration, adding complexity and costs to the electrical system for the LED display.


Accordingly, there is a need for new systems and methods that improves image quality of the LED display without the shortcomings of the existing technologies.


SUMMARY OF INVENTION

An embodiment of the LED display system of this disclosure includes and LED display panel coupled to a driver circuitry. The driver circuitry includes a scrambled PWM generator, a register, and a memory. The scrambled PWM generator receives an image data of a grayscale value of (X+K). X is a grayscale value of a data from an external image source and K is a compensation value supplied by the driver circuitry.


According to one embodiment, the scrambled PWM generator distributes the grayscale value (X+K) into a plurality of segments according the following set of rules: when (X+K) equals or is smaller than G0*S0,

S=ceil((X+K)/G0) and R=mod(X+K,G0)  (1);

when (X+K) is larger than G0*S0,

M=floor((X+K)/S0) and L=mod(X+K,S0)  (2).


In Equations (1) and (2), G0 is a grouping number and S0 is a preset segment number stored in the driver circuitry. S is the number of output segments, among which S−1 segments has a pulse width of G0 GCLKs and one segment has a pulse width of R.


Further, L is the number of segments that each receives a pulse width of M+1. Each of the remaining S0−L segments receives a pulse width of M. Note that the unit of the pulse width or the grayscale value is GCLK. For example, a pulse width of M means a pulse width that has a time length of M GCLKs.


The group number G0 can be pre-determined based on experience or obtained by calibrating the LED display for flickering. It can be stored in a memory in the driver circuitry. The compensation value K is related to a first set of calibration data obtained at high brightness and a second set of calibration data obtained at low brightness of the LED display. For example, K=(floor(p*X)+q)−X, wherein p is derived from the first set of calibration data and q is derived from the second set of calibration data.


In some embodiments, the LED array in the LED display panel can be arranged in either the common cathode configuration or the common anode configuration. The LED display panel can be a large wall display for indoor or outdoor use. The LED display panel can also be a microdisplay for hand-held devices.


The current disclosure also provides a method for operating an LED display system. The LED display panel is coupled with a driver circuitry having a scrambled PWM generator. An image data X is to the driver circuitry. Data X is compensated by multiplying a calibration coefficient p in a multiplier. The data is further compensated by adding to it another constant q in an adder. As such, a total compensation value K is added to X so that the compensated image data has a value of (X+K).


The compensated image data (X+K) is then sent to the scrambled PWM generator. The scrambled PWM generator scrambles the image data into a number of segments to generate short PWM pulses to be sent to the power or current sources.


The current disclosure further provides a method for compensating image data for an LED display system. The LED display panel is driven by a driver circuitry having a scrambled PWM generator. The driver circuitry is connected to a video source. The input image data from the video source is X. The compensated image data is floor(p*X)+q. The values of p, or q, or both are obtained by calibration. For example, the display panel is calibrated at a high brightness level for uniformity to determine the value of p and calibrated at a low brightness level for uniformity to determine a value of q. Alternatively, the values of p, or q, or both are pre-determined empirical numbers.


The values of p, or q, or both can be independently determined for each individual LED in the LED display. Alternatively, q is a constant for LEDs of a same color in the LED display, p is a constant for LEDs of a same color in the LED display, or both.





DESCRIPTIONS OF DRAWINGS

The teachings of the present disclosure can be readily understood by considering the following detailed description in conjunction with the accompanying drawings.



FIG. 1 is a diagram illustrating prior art S-PWM schemes A and B.



FIG. 2 shows the effect of the innovative S-PWM scheme C.



FIG. 3 illustrates the operation of prior art S-PWM scheme B.



FIG. 4 illustrates the operation of the innovative S-PWM scheme C.



FIG. 5 is a block diagram showing an LED display system of the current disclosure.



FIG. 6 is a flow chart showing an iterative process for calibrating the LED array.





DETAILED DESCRIPTION OF THE EMBODIMENT


FIGS. 1-6 and the following description relate to the embodiments of the present disclosure by way of illustration only. It should be noted that from the following discussion, alternative embodiments of the structures and methods disclosed herein will be readily recognized as viable alternatives that may be employed without departing from the principles of the claimed inventions.


Reference will now be made in detail to several embodiments of the present disclosure(s), examples of which are illustrated in the accompanying figures. It is noted that wherever practicable similar or like reference numbers may be used in the figures and may indicate similar or like functionality. The figures depict embodiments of the present disclosure for purposes of illustration only. One skilled in the art will readily recognize from the following description that alternative embodiments of the structures and methods illustrated herein may be employed without departing from the principles of the disclosure described herein.


Used herein, the term “couple,” “couples,” “connect,” or “connects” means either an indirect or direct electrical connection unless otherwise noted. Thus, if a first device couples or connects to a second device, that connection may be through a direct electrical connection, or through an indirect electrical connection via other devices or connections.


In this disclosure, the term “low brightness” (i.e., low grayscale) generally refers to situations when the input signal length is low, e.g., less than 4 times the rise time of the LED, or less than 3 times the rise time of the LED. Conversely, the term “high brightness” (i.e., high grayscale) refers to situations when the input signal length is high, e.g., more than 4 times the rise time, or more than 6, 8, or 10 times the rise time of the LED.



FIG. 1 illustrates two existing S-PWM schemes. The top panel shows that the grayscale value in one grayscale data input period is 320 GCLK cycles (“GCLKs”), i.e., the total width for the PWM pulse is 320 GCLKs in one grayscale data input period. In the S-PWM scheme A illustrated in middle panel in FIG. 1, the 320 GCLKs are distributed among 32 segments (Segment 0 to Segment 31) at a number of 10 GCLKs in each segment. In S-PWM scheme B shown in the bottom panel in FIG. 1, an offset value that equals N GCLKs is added to the PWM pulse in each segment so that the PWM pulse width is extended by N GCLKs, resulting in pulses having a width of (N+10) GCLKs. In S-PWM scheme B, the extended PWM pulse width extends beyond the rise time to the forward voltage of the LED (Vf) so that the LED would lit.


The current disclosure provides an inventive S-PWM scheme C. For illustrative purposes, X is the grayscale value of the input image data in one grayscale input period; K is the compensation value added to the input image data; S0 is the segment number; and G0 is the length of each segment.


In S-PWM scheme C, when (X+K) equals or is smaller than G0*S0, S=ceil((X+K)/G0) and R=mod(X+K, G0). S is the number of output segments, among which S−1 segments has a pulse width of G0 GCLKs and one segment has a pulse width of R. R is a positive integer less than G0. Used herein, an output segment is a segment having at least 1 GCLK pulse width while a segment having no output pulse is hereby referred to as a “dark segment.” Accordingly, (S0−S) segments are dark segments.


In contrast, when (X+K) equals or is larger than G0*S0, M=floor((X+K)/S0) and L=mod(X+K, S0). L is the number of segments that each has a pulse width of M+1, while the remaining S0−L segments each has a pulse width of M.


Applying this rule to the scenario of distributing 1 to 320 GCLKs into 32 segments (S0=32), assuming the grouping number is 8 GCLKs (G0=8), the distribution of the grayscale value can be illustrated in Tables 1 and 2 below. Table 1 shows the case for distributing grayscale values from 1 to 256 GCLKs (e.g., grayscale value ≤S0×G0=256), while Table 2 shows the result for distributing grayscale values from 257 to 320 GCLKs.













TABLE 1





(X + K)
S # of
G0 GCLKs
R GCLKs
(32-S)


GCLK
output
in each of the (S-1)
in one output
dark


Value
segment
output segment
segment
segments



















1
1
0
1
31


2
1
0
2
31


3
1
0
3
31


4
1
0
4
31


5
1
0
5
31


6
1
0
6
31


7
1
0
7
31


8
1
 1 × 8
0
31


9
2
 1 × 8
1
30


10
2
 1 × 8
2
30


. . .
. . .
. . .
. . .
. . .


15
2
 1 × 8
7
30


16
2
 2 × 8
0
30


17
3
 2 × 8
1
29


. . .
. . .
. . .
. . .
. . .


240
30 
30 × 8
0
 2


241
31 
30 × 8
1
 1


. . .
. . .
. . .
. . .
. . .


248
31 
31 × 8
0
 1


. . .
. . .
. . .
. . .
. . .


254
32 
31 × 8
6
 0


255
32 
31 × 8
7
 0


256
32 
32 × 8
0
 0




















TABLE 2





(X + K)


S0-L
L


GCLK
M
M + 1
segments with M
segments with


Value
GCLKs
GCLKs
GCLKs
(M + 1) GCLKs



















257
8
9
31
1


258
8
9
30
2


259
8
9
29
3


260
8
9
28
4


. . .
. . .
. . .
. . .
. . .


286
8
9
2
30


287
8
9
1
31


288
9
10
32
0


289
9
10
31
1


290
9
10
30
2


. . .
. . .
. . .
. . .
. . .


318
9
10
2
30


319
9
10
1
31


320
10 
11
32
0









Table 1 shows that, when the grayscale value is smaller or equal to S0*G0, the available grayscale data are first put into one single segment until the PWM pulse width in that segment reaches G0 before the remaining grayscale data is put into another segment that has less than G0 PWM pulse width. Accordingly, the maximum PWM pulse width in each segment is G0 (i.e., eight in this example). Consequently, at very low grayscale values, the priority is to fill individual segments until the segment has a pulse width G0 while the remaining segments receive no signal and remain dark. Note that when the grayscale value equals G0*S0, every segment has a pulse width of G0.


The rule of distribution changes when the grayscale value is larger than G0*S0. As shown in Table 2, the GCLK number in excess of G0*S0 is distributed 1 GCLK a time to a segment until all 32 segments have (G0+1) GCLKs. Then the excess GCLKs beyond (G0+1)*S0 is distributed one GCLK a time to each segment until all 32 segments have (G+2) GCLKs.


Accordingly, in this embodiment, the rule of distributing grayscale value into the segments when the grayscale value is larger than S0*G0 is the same as in the conventional S-PWM scheme. Nonetheless, when the grayscale value is low, i.e., less than S0*G0, this method maximizes the number of segments having at least a pulse width of G0.



FIG. 2 demonstrates the effects of innovative S-PWM scheme C. Panel A, B, and C in FIG. 2 show the output optical energy (i.e., brightness) from a group of LEDs in response to input data length, i.e., input pulse width. Panel A shows the behavior of the LEDs without any compensation. The LEDs are not lit until the input pulse width exceeds a threshold level. Once the LEDs are lit, the energy output values of the LEDs increase linearly in general but at different rates. Panel B shows the result of a first compensation that improves the uniformity of the brightness of the LEDs at high brightness. Panel C shows the result of an embodiment of the current disclosure, which provides a second compensation in addition to the first compensation. After the second compensation, the LEDs emit light when the input pulse width is narrow.



FIG. 3 illustrates the optical energy output of LED in S-PWM scheme B shown in the middle panel in FIG. 1. In the bottom panel in FIG. 3, when the PWM pulse in each segment is (t−1) GCLKs, the optical energy output in one segment is e(t−1) and the total optical energy output in 32 segments is 32*e(t−1). When the pulse width in the segment is extended by one GCLK to a value of t GCLKs, the total optical energy output in 32 segments is 32*e(t), as shown in the top panel in FIG. 3. Accordingly, the difference in optical energy output caused by one GCLK is 32*(e(t)−e(t−1)).



FIG. 4 illustrates the optical energy output of LED in the inventive S-PWM scheme C of this disclosure. In the bottom panel in FIG. 4, the PWM pulse in Segment 1 is t GCLKs, while each of the remaining segments receives (t−1) GCLKs and remain unlit. When the input PWM value is increased by one GLCK, this one GCLK is distributed to Segment 2. The addition of one GLCK into Segment 2 is sufficient to light the LED, as shown in the top panel in FIG. 4. Accordingly, the difference in optical energy output caused by one GCLK is 1*(e(t)−e(t−1)).


Since S-PWM scheme B increases the PWM value in each of the 32 segments by the same number GLCKs, the LED is either on in all segments or remains unlit in all segments, which does not allow fine-tuning at low brightness. In contrast, S-PWM scheme C allows increasing the limited amount of PWM value in individual segments under certain conditions so that the LED emits light at least in some segments even at very low brightness levels. Accordingly, the S-PWM scheme B results in large increments in the optical energy output while the S-PWM scheme C allows fine-tuning of the optical energy output.


In some embodiments of the disclosure, the compensation value K is obtained by calibration. For example, the calibration is carried out through photo capturing and adjusting of the brightness of individual LEDs in the LED display. This calibration is normally carried out at high brightness. The purpose is to achieve uniformity in brightness across the display. In such a calibration, each individual LEDs in the LED display receives that same image data—same X value. A first photo of the LED display is taken, which shows variations of brightness of the LEDs. A first data is added to the image data and sent to the LEDs. A second photo is taken. Adjustments of the input image data are made and photos are taken until the uniformity in brightness meets the pre-determined criteria. The corresponding compensation value K for this LED display is set in this matter.


In a specific embodiment, each LED pixel is a RGB LED pixel that contains a red LED, a blue LED, and a green LED, each receiving its respective input image data Xi and obtaining a coefficient pi, i=r, g, or b. The coefficient pi obtained from the calibration for each individual LED is then stored in, e.g., a look-up table in a memory, such as a SRAM. The memory can be built on the same chip together with the driver circuitry or on a different chip coupled to the driver circuitry chip. The coefficient is retrieved when needed, e.g., at the power-up of the LED to preload the calibration data to a register in the driver circuitry.


In a further embodiment, the calibration process is carried out both under a high brightness level to obtain a first set of coefficients pi and under a low brightness condition to obtain a second set of coefficients qi. In some embodiments, the performance characteristic at low brightness is flickering of the LED display, which can be monitored by visual inspection. Assuming, at a low brightness condition, an individual LED receives an input image data Xi and is assigned a coefficient qi after the calibration process. Alternatively, qi can be stored in a memory in the driver circuit. Accordingly, coefficient pi, qi, or both are assigned to each individual LED.


For a 1920×1080 pixel color LED display, there can be up to six matrices of calibration data—Pr, Pb, Pg, Qr, Qb, and Qg—each being of 1920×1080 in size. The elements in these matrices are pimn or qimn, in which i=r, g, or b, while m is the row number and n is the column number of the color pixel in the LED array.


Used herein, p, pi, and pimn may be used interchangeably. Each of them is a coefficient assigned to an LED in the LED array while p refers to a coefficient assigned to an LED in general, pi emphasizes the color of the LED, and pimn indicates the color and position of the LED. The coefficient p may differ from one LED to another. Alternatively, the same coefficient p may be applied to all LEDs of the same color in the LED array. Likewise, q, qi, and qimn may be used in the same manner. Further, a matrix of p, pi, or pimn is designated as coefficient matrix P while a matrix of q, qi, or qimn is designated as coefficient matrix Q.


One of the calibration methods in this disclosure is an open loop process that derives coefficients p and q using two or more images of the LED array. First, the calibration is carried out at a high brightness level. For each red, green, or blue color, the LED array is provided with a uniform input data set. E.g., when pwm_R=65535, pwm_G=0, pwm_B=0, the red LEDs in the LED array are lit. An image of the LED array is taken using a camera. The image is then processed to deduce the brightness of each red LED to obtain an intensity matrix A. The lighting efficiency of each red LED is proportional to the corresponding matrix element. A red LED at column m and row n has the intensity of Armn while the mean intensity of all red LEDs in the LED array is mean(A). The corresponding coefficient pimn can be derived according to the equation:

pimn=Armn/mean(A)  (3)

The same process is repeated when the input to the LED array is green or blue. As such, red, green, and blue color each has a corresponding coefficient pimn. The coefficient matrix P is a matrix of coefficients pimn.


The second step of the calibration process may be carried out at a low brightness level. Likewise, for each red, green, or blue color, a uniform data set is sent to all LEDs of the same color in the LED array but at a low brightness level. For example, the data set (pwm_R=200, pwm_G=0, pwm_B=0) lit all red LEDs in the array at a low brightness level. An image of the LED array is taken and an intensity matrix B is extracted from the image. Likewise, each of red, green, and blue color is calibrated to obtain its corresponding matrix B.


Assuming the input data of high brightness is XH and input data of low brightness is XL. The following equations can be obtained:

Bimn=(XL−qimn)*pimn*XL/XH  (4), and
qimn=XL−Bimn*XH/XL/pimn  (5)

qimn is the coefficient a color LED obtained at a low intensity. The matrix of coefficients qimn is designated as matrix Q.


The calculations above assume the imaging efficiency at the high brightness level and at the low brightness level are the same, which may not be accurate. Used herein, the term “imaging efficiency” means the ratio between the brightness extracted from the image of the LED to the actual brightness of the LED. To solve this problem, in some embodiments, qimn is obtained using images of the LED array at two different but low brightness levels. Two intensity matrix B1 and B2 are derived from two images taken at two different low brightness levels having input data X1 and X2, respectively. In this case qimn can be obtained by solving two linear equations for each color LED as follows:

B1imn=(X1−qimn)*pimn;  (6)
B2imn=(X2−qimn)*pimn,  (7)
qimn=X1−B1imn(X1−X2)/(B1imn−B2imn)  (8).


Another exemplary calibration method is a closed loop or iterative process, which uses an imaging system to adjust coefficient q for each LED to obtain a uniform brightness. This process uses an adjustment loop in which the value of q is modified to reduce the measured image variations until the displayed image is at or below a pre-determined level. Details of this embodiment is described below, referencing FIG. 6.


As shown in FIG. 6, in S1, coefficient matrix P is obtained according to Equation (3) from an image taken at a high brightness level using the same process described above. In S2, the coefficient matrix Q is either assigned an initial value or assigned a value calculated in S8. In S3, a data matrix X′ is applied to the LED array.

X′=(X+Q)*P  (9)

The matrix X is a uniform matrix. As such, Q applies an adjustment to the matrix X. Used herein, a uniform matrix is a matrix in which all elements are of a same value.


After the adjustment, in S4, an image is taken and an intensity matrix B is extracted using the image. The difference between B and a uniform matrix is calculated as the error matrix E in S5 according to Equation 8.

E=B−mean(B)  (10)

In Equation (10), mean(B) is the matrix of the mean intensity value of LEDs of in the LED array, which is a uniform matrix.


In S6, the error matrix E is compared with a pre-determined threshold value. If E is at or smaller than the threshold value, Q is output as the result of the calibration. The threshold value can be a small fraction of mean(B), e.g., 1% of mean(B) or 0.5% of mean(B). Each element q in the matrix Q is the coefficient obtained at a low brightness less or the equivalent thereof. If E is larger than the threshold value, the process continues to S7.


A compensation matrix C is calculated using the error matrix E in S7.

C=−k*E  (11)

k is a constant smaller than the lighting efficiency of the LED array, i.e., 50% of the average lighting efficiency of the LED array.


In S8, the compensation matrix C is added to matrix Q to obtain an adjusted Qnew.

Qnew=Q+C=Q−k*E=Q−k*(B−mean(B))  (12)


Qnew is assigned to Q in S2 to calculate a new input data matrix X′ to the LED array and start a new iteration.


When the observed intensity of an LED pixel in the array is high, its corresponding element in the error matrix E for the LED array would also be large. To that the LED pixel requires a more significant compensation c for that pixel (C=−k*E). Consequently, the new data input to that pixel qnew is smaller (Qnew=Q+C), which results in a lower output brightness. Q is further adjusted using the new output intensity matrix B and a smaller k. As such, every iteration modifies the input data to give brighter LED pixels smaller input values so that the output image becomes more uniform. The iteration continues until the variation of the images reaches a pre-determined level or does not have any further noticeable reduction. The resulting Q matrix provides q, which is used in calculating the compensation value K.


In certain embodiments, e.g., when light emitting from LEDs are consistent and uniform, it may not be necessary to apply a different q to each individual LED. Instead, all LEDs of the same color in the LED array can use one set of calibration data at low brightness, high brightness, or both. I.e., at low brightness, all red LEDs use the same qr, all blue LEDs use the same qb, and all green LEDs use the same qg, thereby reducing qimn, (three matrices qr, qb, and qg, each being of 1920×1080 in size) to three numbers. Independently from what values of qr, qb, and qg are used for low brightness, at high brightness, all red LEDs may use the same Pr, all blue LEDs use the same pb, all green LEDs use the same pg, thereby reducing pimn (three matrices pr, pb, and pg, each being of 1920×1080 in size) to three numbers. Such simplifications reduce the size of the memory needed for storing the calibration data. In these embodiments, the values of q and p can be selected based on experience or obtained by calibration.


Both q and p are used in determining the compensation value K so that optimal compensation of the LED can be accomplished in the full range of brightness levels.


In another embodiment of this disclosure, the grouping number G0 and the segment number S0 can be determined based on experience or obtained by calibration. S0 and G0 are stored in the driver circuitry of the LED display, e.g., in a register. In the calibration process, an initial G0 value (e.g., 8) and/or an initial S0 (e.g., 32) values are set in the driver circuitry, the LED display is run at various brightness levels, especially low brightness levels, to test performance characteristics such as flickering and brightness uniformity. The G0 and S0 can be adjusted until the performance meets or exceeds a pre-determined criteria.


Note that the values of pi, qi, G0, and S0 can be obtained through calibration of the LED array or can be per-determined without calibration, e.g., based on experience.



FIG. 4 is a block diagram of an exemplary LED display system of the current disclosure. A video source sends video data (8, 10, or 12-bits) to the LED display system that has an LED display panel having an LED array and an LED driver circuitry. The video data is Gamma corrected and converted to 16-bits data in a color depth converter. The 16-bits data stream enters a multiplier in which a first set of calibration data is combined into the data stream. The first set of calibration data is obtained under a high brightness condition, i.e., high brightness calibration. Assuming the input data to be Xi, the high brightness calibration multiples a calibration coefficient pi to the input data. For example, the output data from the multiplier equals a Floor function: floor(pi*Xi). This calibration adjusts the 16-bits data for pixel efficiency. This first compensation shown in Panel B of FIG. 2 is an exemplary result of this high brightness calibration.


Data from the multiplier enters an adder where the second set of calibration data, qi, is added. The second set of calibration data is obtained under a low brightness condition, i.e., low brightness calibration. Assuming the calibration data adds qi GCLKs to N1, the output data N2 from the adder equals (N1+qi) or (floor(pi*X)+qi). As such, the compensation value Ki=(floor(pi*X)+qi)−X. Therefore, the compensation value Ki is informed by both the high brightness calibration and the low brightness calibration, corresponding to the curves shown in Panel C of FIG. 2.


The calibrated image data (X+K) is sent to a S-PWM engine, which receives a preset segment number S0 and a preset grouping number G0 from a register and generates digital PWM signals. The digital PWM signals are sent to a plurality of power sources. The power sources in turn drive a scan-type LED display panel, which may be either a common anode configuration or a common cathode configuration.


In the common anode configuration, the LED display panel has an array of RGB LED pixels arranged in rows and columns. The LED array has a plurality of common anode nodes. Each of the plurality common anode nodes operably connects anodes of LEDs of a same color in a row to a corresponding scan switch. The cathodes of the LED pixels in a same column are connected to a power source.


In the cathode configuration, the LED array has a plurality of common cathode nodes. Each of the plurality common cathode nodes operably connects cathodes of LEDs in a row to a corresponding scan switch. The anodes of LEDs of a same color in a column of LED pixels are connected to a current source.


Many modifications and other embodiments of the disclosure will come to the mind of one skilled in the art having the benefit of the teaching presented in the forgoing descriptions and the associated drawings. For example, the driver circuit can be used to drive an LED array in either common cathode or common anode configuration. Elements in the LED array can be single color LEDs or RGB units or any other forms of LEDs available. The driver circuit can be scaled up or scaled down to drive LED arrays of various sizes. Multiple driver circuits may be employed to drive a plurality of LED arrays in a LED display system. The components in the driver can either be integrated on a single chip or on more than one chip or on the PCB board. Further, the display can be any suitable display, including large outdoor display panel or small micro display for cell phones. Such variations are within the scope of this disclosure. It is to be understood that the disclosure is not to be limited to the specific embodiments disclosed, and that the modifications and embodiments are intended to be included within the scope of the dependent claims.

Claims
  • 1. An LED display system, comprising: an LED display panel comprising an array of LEDs; anda driver circuitry that drives the LED display panel,wherein the driver circuitry comprises a scrambled PWM generator, a register, and a memory, wherein the scrambled PWM generator receives a compensated image data of a grayscale value (X+K), X being a grayscale value of a data from an external image source and K being a compensation value generated by the driver circuitry,wherein the scrambled PWM generator distributes the grayscale value (X+K) into a plurality of segments according to the following set of rules:when (X+K) equals or is smaller than G0*S0, S=ceil((X+K)/G0) and R=mod(X+K, G0), wherein G0 is a grouping number and S0 is a preset segment number stored in the driver circuitry, S is the number of output segments, among which S-1 segments has a pulse width of G0 GCLKs and one segment has a pulse width of R; andwhen (X+K) is larger than G0*S0, M=floor((X+K)/S0) and L=mod(X+K, S0), wherein L is the number of segments that each receives a pulse width of M+1, while the remaining S0-L segments each receives a pulse width of M, andwherein the compensation value K is a pre-determined value or K=(floor(p*X)+q)−X, wherein p and q are constants obtained by calibrating the LED array for brightness uniformity.
  • 2. The LED display system according to claim 1, wherein the grouping number is predetermined or is obtained by measuring flickering of the LED display.
  • 3. The LED display system according to claim 1, wherein the LED display panel comprises an LED array of RGB LED pixels, wherein the LED array has a plurality of common anode nodes, each of the plurality common anode nodes operably connects anodes of LEDs of a same color in a row to a corresponding scan switch, and cathodes of LED pixels in the same column are operably connected to a power source.
  • 4. The LED display system according to claim 1, wherein the LED display panel comprises an LED array of RGB LED pixels, wherein the LED array has a plurality of common cathode nodes, each of the plurality common cathode nodes operably connects cathodes of LED pixels in a row to a corresponding scan switch, and anodes of LEDs of a same color in a column of LED pixels are operably connected to a current source.
  • 5. A method for operating an LED display system, comprising: connecting an LED display panel to a driver circuitry comprising a scrambled PWM generator;sending an image data to the driver circuitry, wherein the image data has a value of X;adding a compensation value K to the value of the image data X to form a compensated image data having a grayscale value of (X+K);sending the compensated image data into the scrambled PWM generator, wherein the scrambled PWM generator scrambles the compensated image data into a number of segments according to the following rules:when (X+K) equals or is smaller than G0*S0, S=ceil((X+K)/G0) and R=mod(X+K, G0),wherein G0 is a grouping number and S0 is a preset segment number stored in the driver circuitry, S is the number of output segments, among which S-1 segments has a pulse width of G0 GCLKs and one segment has a pulse width of R; andwhen (X+K) is larger than G0*S0, M=floor((X+K)/S0) and L=mod(X+K, S0),wherein L is the number of segments that each receives a pulse width of M+1, while the remaining S0-L segments each receives a pulse width of M; andsending the PWM pulses from the scrambled PWM generator to a plurality of power or current sources,wherein the compensation value is K=(floor(p*X)+q)−X, wherein p is a value derived from a first set of calibration data from calibrating the LED display panel at a high brightness and q is a value derived from a second set of calibration data obtained from calibrating the LED display panel at a low brightness.
  • 6. The method according to claim 5, further comprising calibrating the LED display to obtain a value of the group number G0 by measuring flickering of the LED display.
  • 7. The method according to claim 5, further comprising storing a preset value of the group number G0 in a memory in the driver circuitry.
  • 8. A method for compensating image data for LED display, comprising: connecting a video source with a driver circuitry comprising a scrambled PWM generator, wherein the driver circuitry drives an LED display;sending an image data X from the video source to the driver circuitry;generating a compensated image data in the driver circuitry that has a value of floor (p*X)+q; andsending the compensated image data into the scrambled PWM generator, wherein the scrambled PWM generator scrambles the compensated image data into a plurality of segments.
  • 9. The method of claim 8, further comprising calibrating the LED display at a low brightness level to determine a value of q; or calibrating the LED display at a high brightness level to determine a value of p; or both.
  • 10. The method of claim 8, wherein q is a constant for LEDs of a same color in the LED display.
  • 11. A method for calibrating an LED display having an array of LEDs, comprising: obtaining a first image of the array of LEDs at a high brightness level;deriving a matrix of coefficient P wherein each matrix elementp corresponds to an LED in the LED array using the first image;obtaining one or more images of the array of LEDs at one or more low brightness levels; andderiving a matrix of coefficient Q wherein each matrix element q corresponds to an LED in the LED array using the one or more images, wherein p is a ratio between an intensity of the corresponding LED and a mean intensity of LEDs in the LED array having the same color as the corresponding LED.
  • 12. The method of claim 11, wherein q=XL−B*XH/XL/p, in which XL is an image data input at the high brightness level, XL is an image data input at the low brightness level, and B is a brightness intensity of the LED extracted from the image of the LED taken at the low brightness level.
  • 13. The method of claim 11, wherein q=X1−B1(X1−X2)/(B1−B2), wherein B1 is a brightness intensity of the LED extracted from an image of the LED taken at a first low brightness level, B2 is a brightness intensity of the LED extracted from an image of the LED taken at a second low brightness level.
  • 14. The method of claim 11, comprising: Step a: applying an image data matrix X′ to the LED array, wherein X′=(X+Q)*P, X is a uniform matrix;Step b: obtaining an image of the LED array and extracting a brightness intensity matrix B from the image;Step c: obtaining an error matrix E, wherein E=B−mean(B) and mean(B) is an uniform matrix representing an average brightness intensity of the LED array;Step d: obtaining a new matrix Qnew, wherein Qnew=Q−k*E and k is a constant;Step e: assigning Qnew to Q;repeating Step a to Step e, when the error matrix E is at or smaller than a threshold value, outputting Q as a result of the calibration process.
  • 15. The method of claim 14, wherein k is a constant smaller than a lighting efficiency of the LED array.
  • 16. The method of claim 14, wherein the LED array are an array of RGB LEDs.
CROSS-REFERENCE TO RELATED APPLICATIONS

This application is a continuation in part of U.S. patent application Ser. No. 15/945,497, filed on Apr. 4, 2018, the content of which is incorporated herein by reference in its entirety.

US Referenced Citations (8)
Number Name Date Kind
8963811 Li et al. Feb 2015 B2
20030006994 Suzuki Jan 2003 A1
20100168957 Takahashi Jul 2010 A1
20110074799 Wu et al. Mar 2011 A1
20150294642 Kurokawa Oct 2015 A1
20160019829 Li et al. Jan 2016 A1
20160027385 Li et al. Jan 2016 A1
20180240409 Li et al. Aug 2018 A1
Related Publications (1)
Number Date Country
20200184881 A1 Jun 2020 US
Continuation in Parts (1)
Number Date Country
Parent 15945497 Apr 2018 US
Child 16791864 US