From cced711c68d77980054769db2e6d2322a00b430f Mon Sep 17 00:00:00 2001 From: Joshua King Date: Fri, 6 Mar 2026 15:22:09 -0500 Subject: [PATCH] Update display configuration to use ili9xxx platform and adjust rotation and mirroring settings --- esphome/cat-medication-tracker.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/esphome/cat-medication-tracker.yaml b/esphome/cat-medication-tracker.yaml index 5a062a7..47c2e26 100644 --- a/esphome/cat-medication-tracker.yaml +++ b/esphome/cat-medication-tracker.yaml @@ -58,13 +58,14 @@ spi: miso_pin: GPIO12 display: - - platform: mipi_spi + - platform: ili9xxx model: ILI9488 spi_id: tft_spi cs_pin: GPIO15 dc_pin: GPIO2 reset_pin: GPIO4 - rotation: 180 + rotation: 0 + mirror_x: true invert_colors: false color_order: bgr data_rate: 10MHz