From eea8f239fa3d540fe6cd10472f48bc32a95416d1 Mon Sep 17 00:00:00 2001 From: Joshua King Date: Fri, 6 Mar 2026 13:52:42 -0500 Subject: [PATCH] Set display data rate to 20MHz for optimal performance in Cat Medication Tracker --- esphome/cat-medication-tracker.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/esphome/cat-medication-tracker.yaml b/esphome/cat-medication-tracker.yaml index 66d0924..bb9ac8b 100644 --- a/esphome/cat-medication-tracker.yaml +++ b/esphome/cat-medication-tracker.yaml @@ -68,8 +68,6 @@ spi: clk_pin: GPIO14 mosi_pin: GPIO13 miso_pin: GPIO12 - # Set bus rate here to ensure the TFT doesn't run too fast at startup. - frequency: 20MHz # ILI9488 Display (3.5" 320x480, portrait) display: @@ -82,6 +80,7 @@ display: rotation: 0 invert_colors: true color_order: bgr + data_rate: 20MHz dimensions: width: 320 height: 480