From 57f5745afe276fe7bb3230d4105e4a98003216fb Mon Sep 17 00:00:00 2001 From: Joshua King Date: Wed, 4 Mar 2026 18:08:57 -0500 Subject: [PATCH] Remove unnecessary buffer_type setting from display configuration --- esphome/cat-medication-tracker.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/esphome/cat-medication-tracker.yaml b/esphome/cat-medication-tracker.yaml index bf089b9..cc5994b 100644 --- a/esphome/cat-medication-tracker.yaml +++ b/esphome/cat-medication-tracker.yaml @@ -70,8 +70,6 @@ display: height: 320 id: my_display auto_clear_enabled: false - # Use NONE to avoid RAM buffer - direct writes only - buffer_type: NONE lambda: |- // Colors auto red = Color(255, 0, 0);