From a41523a7ac0d5c81077f610826b1f7c98bdadcc5 Mon Sep 17 00:00:00 2001 From: Joshua King Date: Fri, 6 Mar 2026 11:58:41 -0500 Subject: [PATCH] Enable PSRAM support for enhanced TFT framebuffer usage in Cat Medication Tracker --- esphome/cat-medication-tracker.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/esphome/cat-medication-tracker.yaml b/esphome/cat-medication-tracker.yaml index 3352be5..b592241 100644 --- a/esphome/cat-medication-tracker.yaml +++ b/esphome/cat-medication-tracker.yaml @@ -11,6 +11,10 @@ esphome: - light.turn_on: backlight - delay: 500ms - component.update: my_display + +psram: + # Enable external RAM for large TFT framebuffer usage if available. + # With no PSRAM module present, this is a no-op. esp32: board: esp32dev