qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 928b5fdf50595071a5f2938421a0f771e00ace74
parent 81895940e6fc2930108866bd6b6ad8f869cae693
Author: QMK Bot <hello@qmk.fm>
Date:   Thu, 26 Sep 2024 18:44:11 +0000

Merge remote-tracking branch 'origin/master' into develop

Diffstat:
Mdrivers/lcd/st7565.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/lcd/st7565.c b/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();