Pārlūkot izejas kodu

input_club/ergodox_infinity ST7565 call spi_stop (#24429)

Eric 1 gadu atpakaļ
vecāks
revīzija
805cde674d
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      drivers/lcd/st7565.c

+ 2 - 0
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();