input_club/ergodox_infinity ST7565 call spi_stop (#24429)

pull/24443/head 0.26.6
Eric 2024-09-26 11:43:39 -07:00 committed by GitHub
parent f7393a5ab8
commit 805cde674d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -187,6 +187,8 @@ void st7565_render(void) {
st7565_send_data(&st7565_buffer[ST7565_BLOCK_SIZE * update_start], ST7565_BLOCK_SIZE); st7565_send_data(&st7565_buffer[ST7565_BLOCK_SIZE * update_start], ST7565_BLOCK_SIZE);
spi_stop();
// Turn on display if it is off // Turn on display if it is off
st7565_on(); st7565_on();