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:
@@ -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
|
||||
|
Reference in New Issue
Block a user