display update should now be done dynamic

This commit is contained in:
Martijn
2024-11-11 19:03:51 +01:00
parent f0c4a7e548
commit fac784fa64
4 changed files with 16 additions and 16 deletions
+5 -5
View File
@@ -156,6 +156,7 @@ display:
model: ili9341
color_order: rgb
invert_colors: false
update_interval: 30s
dc_pin:
number: GPIO37
allow_other_uses: true
@@ -165,7 +166,6 @@ display:
mode:
output: true
inverted: false
update_interval: 200ms
show_test_card: false
dimensions:
height: 240
@@ -178,6 +178,7 @@ display:
platform: ili9xxx
model: ST7735
color_order: bgr
update_interval: never
dc_pin:
number: GPIO37
allow_other_uses: true
@@ -194,11 +195,11 @@ display:
width: 80
offset_width: 24
rotation: 270
update_interval: 1s
- id: display_j2_Right
platform: ili9xxx
model: ST7735
color_order: bgr
update_interval: never
dc_pin:
number: GPIO37
allow_other_uses: true
@@ -215,7 +216,6 @@ display:
width: 80
offset_width: 24
rotation: 90
update_interval: 1s
####################
### BAR module 2 ###
####################
@@ -223,6 +223,7 @@ display:
platform: ili9xxx
model: ST7735
color_order: bgr
update_interval: never
dc_pin:
number: GPIO37
allow_other_uses: true
@@ -239,11 +240,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
@@ -260,4 +261,3 @@ display:
width: 80
offset_width: 24
rotation: 90
update_interval: 1s