Skip to content

Commit

Permalink
dts: dynamic: Update DTS to support SSD1675B
Browse files Browse the repository at this point in the history
  • Loading branch information
xingrz committed Aug 18, 2023
1 parent d5974e8 commit bfedc81
Showing 1 changed file with 30 additions and 4 deletions.
34 changes: 30 additions & 4 deletions config/boards/arm/hw75_dynamic/hw75_dynamic.dts
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,36 @@
busy-gpios = <&gpioc 1 GPIO_ACTIVE_HIGH>;

full {
gdv = [16];
sdv = [0a];
vcom = <0xa8>;
border-waveform = <0x33>;
/* VGH = 19V */
gdv = [15];

/* VSH1 = 15V, VSH2 = 5V, VSL = -15V */
sdv = [41 a8 32];

/* VDB = LUT3 */
border-waveform = <0x03>;

/* 128x296, 50Hz */
dummy-line = <0x30>;
gate-line-width = <0x0a>;

lut = [
A0 90 50 00 00 00 00 00 00 00
50 90 A0 00 00 00 00 00 00 00
A0 90 50 00 00 00 00 00 00 00
50 90 A0 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00
0F 0F 00 00 00
0F 0F 00 00 03
0F 0F 00 00 00
00 00 00 00 00
00 00 00 00 00
00 00 00 00 00
00 00 00 00 00
00 00 00 00 00
00 00 00 00 00
00 00 00 00 00
];
};
};
};
Expand Down

0 comments on commit bfedc81

Please sign in to comment.