display_barX to barX_display feels more convenient

This commit is contained in:
Martijn
2024-11-11 19:23:17 +01:00
parent 3c54e1e64a
commit 30f39857b0
3 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -120,7 +120,7 @@ display:
################## ##################
### BAR module ### ### BAR module ###
################## ##################
- id: display_bar1_left - id: bar1_display_left
platform: ili9xxx platform: ili9xxx
model: ST7735 model: ST7735
color_order: bgr color_order: bgr
@@ -141,7 +141,7 @@ display:
width: 80 width: 80
offset_width: 24 offset_width: 24
rotation: 270 rotation: 270
- id: display_bar1_left - id: bar1_display_left
platform: ili9xxx platform: ili9xxx
model: ST7735 model: ST7735
color_order: bgr color_order: bgr
+4 -4
View File
@@ -174,7 +174,7 @@ display:
#################### ####################
### BAR module 1 ### ### BAR module 1 ###
#################### ####################
- id: display_bar1_left - id: bar1_display_left
platform: ili9xxx platform: ili9xxx
model: ST7735 model: ST7735
color_order: bgr color_order: bgr
@@ -195,7 +195,7 @@ display:
width: 80 width: 80
offset_width: 24 offset_width: 24
rotation: 270 rotation: 270
- id: display_bar1_right - id: bar1_display_right
platform: ili9xxx platform: ili9xxx
model: ST7735 model: ST7735
color_order: bgr color_order: bgr
@@ -219,7 +219,7 @@ display:
#################### ####################
### BAR module 2 ### ### BAR module 2 ###
#################### ####################
- id: display_bar2_left - id: bar2_display_left
platform: ili9xxx platform: ili9xxx
model: ST7735 model: ST7735
color_order: bgr color_order: bgr
@@ -240,7 +240,7 @@ display:
width: 80 width: 80
offset_width: 24 offset_width: 24
rotation: 270 rotation: 270
- id: display_bar2_right - id: bar2_display_right
platform: ili9xxx platform: ili9xxx
model: ST7735 model: ST7735
color_order: bgr color_order: bgr
+6 -6
View File
@@ -228,7 +228,7 @@ display:
#################### ####################
### BAR module 1 ### ### BAR module 1 ###
#################### ####################
- id: display_bar1_left - id: bar1_display_left
platform: ili9xxx platform: ili9xxx
model: ST7735 model: ST7735
color_order: bgr color_order: bgr
@@ -249,7 +249,7 @@ display:
width: 80 width: 80
offset_width: 24 offset_width: 24
rotation: 270 rotation: 270
- id: display_bar1_right - id: bar1_display_right
platform: ili9xxx platform: ili9xxx
model: ST7735 model: ST7735
color_order: bgr color_order: bgr
@@ -273,7 +273,7 @@ display:
#################### ####################
### BAR module 2 ### ### BAR module 2 ###
#################### ####################
- id: display_bar2_left - id: bar2_display_left
platform: ili9xxx platform: ili9xxx
model: ST7735 model: ST7735
color_order: bgr color_order: bgr
@@ -294,7 +294,7 @@ display:
width: 80 width: 80
offset_width: 24 offset_width: 24
rotation: 270 rotation: 270
- id: display_bar2_right - id: bar2_display_right
platform: ili9xxx platform: ili9xxx
model: ST7735 model: ST7735
color_order: bgr color_order: bgr
@@ -318,7 +318,7 @@ display:
#################### ####################
### BAR module 3 ### ### BAR module 3 ###
#################### ####################
- id: display_bar3_left - id: bar3_display_left
platform: ili9xxx platform: ili9xxx
model: ST7735 model: ST7735
color_order: bgr color_order: bgr
@@ -339,7 +339,7 @@ display:
width: 80 width: 80
offset_width: 24 offset_width: 24
rotation: 270 rotation: 270
- id: display_bar3_right - id: bar3_display_right
platform: ili9xxx platform: ili9xxx
model: ST7735 model: ST7735
color_order: bgr color_order: bgr