|
53 | 53 | gate-line-width = <0x0a>;
|
54 | 54 | lut = [
|
55 | 55 | /*
|
56 |
| - * Waveform Composition |
57 |
| - * |
58 |
| - * There are 7 Voltage Source (VS) Level groups |
59 |
| - * n = {0,1,2...6}, each group contains |
60 |
| - * 4 phases x = {A,B,C,D}. |
61 |
| - * 2 bits represent the voltage in a phase: |
62 |
| - * 00 – VSS, 01 – VSH1, 10 – VSL, 11 - VSH2 |
63 |
| - * |
64 |
| - * For example 0x80 represents sequence VSL-VSS-VSS-VSS, |
65 |
| - */ |
| 56 | + * Waveform Composition |
| 57 | + * |
| 58 | + * There are 7 Voltage Source (VS) Level groups |
| 59 | + * n = {0,1,2...6}, each group contains |
| 60 | + * 4 phases x = {A,B,C,D}. |
| 61 | + * 2 bits represent the voltage in a phase: |
| 62 | + * 00 – VSS, 01 – VSH1, 10 – VSL, 11 - VSH2 |
| 63 | + * |
| 64 | + * For example 0x80 represents sequence VSL-VSS-VSS-VSS, |
| 65 | + */ |
66 | 66 | 80 60 40 00 00 00 00 /* LUT0: BB: VS 0..6 */
|
67 | 67 | 10 60 20 00 00 00 00 /* LUT1: BW: VS 0..6 */
|
68 | 68 | 80 60 40 00 00 00 00 /* LUT2: WB: VS 0..6 */
|
69 | 69 | 10 60 20 00 00 00 00 /* LUT3: WW: VS 0..6 */
|
70 | 70 | 00 00 00 00 00 00 00 /* LUT4: VCOM: VS 0..6 */
|
71 | 71 | /*
|
72 |
| - * TPnx determines the length of each phase, |
73 |
| - * and RPn repeat count of a sequence. |
74 |
| - * TPnA, TPnB, TPnC, TPnD, RPn |
75 |
| - * |
76 |
| - * For example TP0A=3, TP0B=3, and RP0=2: |
77 |
| - * VS sequence : VSL-VSS-VSS-VSS |
78 |
| - * number of Gate Pulses (length) : 3 3 0 0 |
79 |
| - * repeat count : 2 |
80 |
| - */ |
| 72 | + * TPnx determines the length of each phase, |
| 73 | + * and RPn repeat count of a sequence. |
| 74 | + * TPnA, TPnB, TPnC, TPnD, RPn |
| 75 | + * |
| 76 | + * For example TP0A=3, TP0B=3, and RP0=2: |
| 77 | + * VS sequence : VSL-VSS-VSS-VSS |
| 78 | + * number of Gate Pulses (length) : 3 3 0 0 |
| 79 | + * repeat count : 2 |
| 80 | + */ |
81 | 81 | 03 03 00 00 02 /* TP0A TP0B TP0C TP0D RP0 */
|
82 | 82 | 09 09 00 00 02 /* TP1A TP1B TP1C TP1D RP1 */
|
83 | 83 | 03 03 00 00 02 /* TP2A TP2B TP2C TP2D RP2 */
|
|
0 commit comments