Skip to content

Commit

Permalink
Fix voice-assistant display configs (#267)
Browse files Browse the repository at this point in the history
Co-authored-by: Jesse Hills <[email protected]>
  • Loading branch information
deisterhold and jesserockz committed Sep 30, 2024
1 parent f18a1dc commit 98ba840
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions voice-assistant/esp32-s3-box-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ display:
number: 48
inverted: true
update_interval: never
invert_colors: false
pages:
- id: idle_page
lambda: |-
Expand Down
1 change: 1 addition & 0 deletions voice-assistant/esp32-s3-box-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ display:
dc_pin: 4
reset_pin: 48
update_interval: never
invert_colors: true
pages:
- id: idle_page
lambda: |-
Expand Down
1 change: 1 addition & 0 deletions voice-assistant/esp32-s3-box.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ display:
dc_pin: 4
reset_pin: 48
update_interval: never
invert_colors: false
pages:
- id: idle_page
lambda: |-
Expand Down

0 comments on commit 98ba840

Please sign in to comment.