Skip to content

Commit

Permalink
input_club/ergodox_infinity ST7565 call spi_stop (qmk#24429)
Browse files Browse the repository at this point in the history
  • Loading branch information
etdub authored and alinelena committed Feb 3, 2025
1 parent 1a02f3b commit 134fa29
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 134fa29

Please sign in to comment.