From 805cde674d6e7bb5c09fdc48dd04b135cc3430ac Mon Sep 17 00:00:00 2001
From: Eric <eric.wong.t@gmail.com>
Date: Thu, 26 Sep 2024 11:43:39 -0700
Subject: [PATCH] input_club/ergodox_infinity ST7565 call spi_stop (#24429)

---
 drivers/lcd/st7565.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/lcd/st7565.c b/drivers/lcd/st7565.c
index 4fce40edbe0..cf71c5e5a33 100644
--- a/drivers/lcd/st7565.c
+++ b/drivers/lcd/st7565.c
@@ -187,6 +187,8 @@ void st7565_render(void) {
 
     st7565_send_data(&st7565_buffer[ST7565_BLOCK_SIZE * update_start], ST7565_BLOCK_SIZE);
 
+    spi_stop();
+
     // Turn on display if it is off
     st7565_on();