mirror of
https://github.com/esphome/esphome.git
synced 2026-09-25 14:00:25 +00:00
[spi] Allow any achievable data rate (#12753)
Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com>
This commit is contained in:
co-authored by
clydebarrow
parent
8acaa16987
commit
d7fd85e610
@@ -5,6 +5,7 @@ display:
|
||||
cs_pin: ${cs_pin}
|
||||
dc_pin: ${dc_pin}
|
||||
reset_pin: ${reset_pin}
|
||||
data_rate: 500kHz
|
||||
invert_colors: false
|
||||
lambda: |-
|
||||
// Draw a QR code in the center of the screen
|
||||
|
||||
Reference in New Issue
Block a user