display update should now be done dynamic
This commit is contained in:
@@ -101,6 +101,7 @@ display:
|
||||
platform: ili9xxx
|
||||
model: ili9341
|
||||
color_order: rgb
|
||||
update_interval: 30s
|
||||
invert_colors: false
|
||||
dc_pin:
|
||||
number: GPIO37
|
||||
@@ -111,7 +112,6 @@ display:
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
update_interval: 500ms
|
||||
show_test_card: false
|
||||
dimensions:
|
||||
height: 240
|
||||
@@ -124,6 +124,7 @@ display:
|
||||
platform: ili9xxx
|
||||
model: ST7735
|
||||
color_order: bgr
|
||||
update_interval: never
|
||||
dc_pin:
|
||||
number: GPIO37
|
||||
allow_other_uses: true
|
||||
@@ -140,11 +141,11 @@ display:
|
||||
width: 80
|
||||
offset_width: 24
|
||||
rotation: 270
|
||||
update_interval: 1s
|
||||
- id: display_j3_Right
|
||||
platform: ili9xxx
|
||||
model: ST7735
|
||||
color_order: bgr
|
||||
update_interval: never
|
||||
dc_pin:
|
||||
number: GPIO37
|
||||
allow_other_uses: true
|
||||
@@ -161,4 +162,3 @@ display:
|
||||
width: 80
|
||||
offset_width: 24
|
||||
rotation: 90
|
||||
update_interval: 1s
|
||||
|
||||
Reference in New Issue
Block a user