summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric <eric.wong.t@gmail.com>2024-09-26 11:43:39 -0700
committerGitHub <noreply@github.com>2024-09-26 11:43:39 -0700
commit805cde674d6e7bb5c09fdc48dd04b135cc3430ac (patch)
tree1b8e86928839321e69f9d6124adec0d50c84f75f
parentf7393a5ab85e7b94f5ed19031a8fbb11b7f76e18 (diff)
input_club/ergodox_infinity ST7565 call spi_stop (#24429)0.26.6
-rw-r--r--drivers/lcd/st7565.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/lcd/st7565.c b/drivers/lcd/st7565.c
index 4fce40edbe..cf71c5e5a3 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();