Skip to content

Commit

Permalink
input_club/ergodox_infinity ST7565 call spi_stop (#24429)
Browse files Browse the repository at this point in the history
  • Loading branch information
etdub authored Sep 26, 2024
1 parent f7393a5 commit 805cde6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/lcd/st7565.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 805cde6

Please sign in to comment.