1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

[st7701s] Add delay feature in init sequences (#7343)

This commit is contained in:
Clyde Stubbs
2024-08-30 06:27:35 +10:00
committed by GitHub
parent 725e50348b
commit d754bdde1b
4 changed files with 61 additions and 52 deletions

View File

@@ -38,7 +38,12 @@ display:
hsync_pin: 16
vsync_pin: 17
pclk_pin: 21
init_sequence: 1
init_sequence:
- 1
- [0x23, 0xA, 0xB]
- delay 20ms
- [0x23, 0xA, 0xB]
- delay 0.2s
data_pins:
- number: 0
ignore_strapping_warning: true