From ee85f43a928edc8f53c55e388604b9d5f88fa160 Mon Sep 17 00:00:00 2001 From: Joshua King Date: Fri, 6 Mar 2026 13:11:56 -0500 Subject: [PATCH] Update color depth for display in Cat Medication Tracker to enhance visual quality --- esphome/cat-medication-tracker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/cat-medication-tracker.yaml b/esphome/cat-medication-tracker.yaml index f325c59..f22705e 100644 --- a/esphome/cat-medication-tracker.yaml +++ b/esphome/cat-medication-tracker.yaml @@ -88,7 +88,7 @@ display: id: my_display auto_clear_enabled: false update_interval: 2s - color_depth: 8 + color_depth: 16 # Keep memory usage low without PSRAM: draw only a quarter of the screen per chunk. buffer_size: 25% lambda: |-