Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
qmk-bot committed Sep 26, 2024
2 parents 8189594 + 805cde6 commit 928b5fd
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 928b5fd

Please sign in to comment.