try speed up display connection
This commit is contained in:
@@ -209,6 +209,7 @@ display:
|
|||||||
platform: ili9xxx
|
platform: ili9xxx
|
||||||
model: ili9341
|
model: ili9341
|
||||||
invert_colors: false
|
invert_colors: false
|
||||||
|
data_rate: 80MHz
|
||||||
dc_pin:
|
dc_pin:
|
||||||
number: GPIO37
|
number: GPIO37
|
||||||
allow_other_uses: true
|
allow_other_uses: true
|
||||||
|
|||||||
+1
-3
@@ -11,12 +11,10 @@ i2c:
|
|||||||
- id: temperature_sensor
|
- id: temperature_sensor
|
||||||
sda: GPIO1
|
sda: GPIO1
|
||||||
scl: GPIO2
|
scl: GPIO2
|
||||||
scan: true
|
|
||||||
- id: buttons
|
- id: buttons
|
||||||
sda: GPIO47
|
sda: GPIO47
|
||||||
scl: GPIO48
|
scl: GPIO48
|
||||||
scan: true
|
frequency: 400khz
|
||||||
frequency: 200khz
|
|
||||||
|
|
||||||
spi:
|
spi:
|
||||||
clk_pin: GPIO36
|
clk_pin: GPIO36
|
||||||
|
|||||||
Reference in New Issue
Block a user