From 487f3f0207c7637d26079558e78f6b8cf33a9d76 Mon Sep 17 00:00:00 2001 From: Joshua King Date: Wed, 4 Mar 2026 18:27:29 -0500 Subject: [PATCH] Add color_palette setting to display configuration --- esphome/cat-medication-tracker.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/cat-medication-tracker.yaml b/esphome/cat-medication-tracker.yaml index f1c043b..9eab778 100644 --- a/esphome/cat-medication-tracker.yaml +++ b/esphome/cat-medication-tracker.yaml @@ -70,6 +70,7 @@ display: height: 320 id: my_display auto_clear_enabled: false + color_palette: 8BIT lambda: |- // Colors auto red = Color(255, 0, 0);