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

This commit is contained in:
QMK Bot 2024-09-26 18:44:44 +00:00
commit 04a21fba77

View File

@ -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();