commit: 805cde674d6e7bb5c09fdc48dd04b135cc3430ac
parent f7393a5ab85e7b94f5ed19031a8fbb11b7f76e18
Author: Eric <eric.wong.t@gmail.com>
Date: Thu, 26 Sep 2024 11:43:39 -0700
input_club/ergodox_infinity ST7565 call spi_stop (#24429)
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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();