mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-21 19:11:48 +08:00
input_club/ergodox_infinity ST7565 call spi_stop (#24429)
This commit is contained in:
parent
f7393a5ab8
commit
805cde674d
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue