From 07edb22918e572f5fecc5a060c578abb5ff2f1eb Mon Sep 17 00:00:00 2001 From: Bobby Walker Date: Fri, 3 Jul 2026 11:03:01 -0500 Subject: [PATCH 1/2] Set explicit padding for AtomS3R LCD --- common/atoms3r-with-echo-base.yaml | 4 +++- examples/sensor/atomic-audio3.5-base.yaml | 2 ++ examples/voice_assistant/echo_pyramid_example.yaml | 10 ++++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/common/atoms3r-with-echo-base.yaml b/common/atoms3r-with-echo-base.yaml index 5605b66..aff9279 100644 --- a/common/atoms3r-with-echo-base.yaml +++ b/common/atoms3r-with-echo-base.yaml @@ -562,7 +562,9 @@ display: width: 128 offset_width: 2 offset_height: 1 - + pad_width: 2 + pad_height: 1 + invert_colors: true rotation: 180° pages: diff --git a/examples/sensor/atomic-audio3.5-base.yaml b/examples/sensor/atomic-audio3.5-base.yaml index 7211d49..f88328c 100644 --- a/examples/sensor/atomic-audio3.5-base.yaml +++ b/examples/sensor/atomic-audio3.5-base.yaml @@ -187,6 +187,8 @@ display: width: 128 offset_width: 2 offset_height: 1 + pad_width: 2 + pad_height: 1 invert_colors: true rotation: 180° lambda: |- diff --git a/examples/voice_assistant/echo_pyramid_example.yaml b/examples/voice_assistant/echo_pyramid_example.yaml index 6cedbd3..7036072 100644 --- a/examples/voice_assistant/echo_pyramid_example.yaml +++ b/examples/voice_assistant/echo_pyramid_example.yaml @@ -80,7 +80,7 @@ psram: api: encryption: - key: "/Ic5szx8+gWlbthXuWg9cTq5RDkih1bl+vfhNfLDW2Q=" + key: !secret api_encryption_key on_client_connected: - script.execute: draw_display @@ -89,7 +89,7 @@ api: ota: - platform: esphome - password: "6cf9a68db5bb8db6e92a32723ef524cf" + password: !secret ota_password wifi: ssid: !secret wifi_ssid @@ -97,7 +97,7 @@ wifi: ap: ssid: "Echo-Pyramid Fallback Hotspot" - password: "uSTvJjVzweZp" + password: !secret ap_password on_connect: - script.execute: draw_display @@ -798,7 +798,9 @@ display: width: 128 offset_width: 2 offset_height: 1 - + pad_width: 2 + pad_height: 1 + invert_colors: true rotation: 180° pages: From c04264cfef5aa174079b298a5d34a77a452a356f Mon Sep 17 00:00:00 2001 From: Bobby Walker Date: Fri, 3 Jul 2026 11:07:56 -0500 Subject: [PATCH 2/2] revert unrelated fix --- examples/voice_assistant/echo_pyramid_example.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/voice_assistant/echo_pyramid_example.yaml b/examples/voice_assistant/echo_pyramid_example.yaml index 7036072..22b7a21 100644 --- a/examples/voice_assistant/echo_pyramid_example.yaml +++ b/examples/voice_assistant/echo_pyramid_example.yaml @@ -80,7 +80,7 @@ psram: api: encryption: - key: !secret api_encryption_key + key: "/Ic5szx8+gWlbthXuWg9cTq5RDkih1bl+vfhNfLDW2Q=" on_client_connected: - script.execute: draw_display @@ -89,7 +89,7 @@ api: ota: - platform: esphome - password: !secret ota_password + password: "6cf9a68db5bb8db6e92a32723ef524cf" wifi: ssid: !secret wifi_ssid @@ -97,7 +97,7 @@ wifi: ap: ssid: "Echo-Pyramid Fallback Hotspot" - password: !secret ap_password + password: "uSTvJjVzweZp" on_connect: - script.execute: draw_display @@ -800,7 +800,7 @@ display: offset_height: 1 pad_width: 2 pad_height: 1 - + invert_colors: true rotation: 180° pages: